Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daisuke Baba committed Jul 2, 2018
1 parent f79b1e2 commit a30ba9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 履歴
* ?.?.?
* 5.1.0
- IIJモバイル/タイプD 高速通信プラン向けAPNを追加
- EnOceanポートの対応デバイスにUSB300Uなどを追加
- 本ソフトウェアをアンインストールした時にSmartMeshポート定義を削除するように変更
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ make PI_USER=linaro PI_HOST=tinkerboard.local
### 動作確認 (RPi/ATB)

```bash
$ VERSION=5.0.1 && rm -fr tmp && mkdir tmp && cd tmp && \
$ VERSION=5.1.0 && rm -fr tmp && mkdir tmp && cd tmp && \
tar zxf ~/candy-pi-lite-service-${VERSION}.tgz
$ time sudo SRC_DIR=$(pwd) DEBUG=1 ./install.sh
$ time sudo SRC_DIR=$(pwd) DEBUG=1 CANDY_RED=0 BOOT_APN=soracom.io ./install.sh
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VENDOR_HOME=/opt/candy-line

SERVICE_NAME=candy-pi-lite
GITHUB_ID=CANDY-LINE/candy-pi-lite-service
VERSION=5.0.1
VERSION=5.1.0
# Channel B
UART_PORT="/dev/ttySC1"
MODEM_BAUDRATE=${MODEM_BAUDRATE:-460800}
Expand Down

0 comments on commit a30ba9f

Please sign in to comment.