From 12c78a4d311755528b6bbec05cb138a6c0d3d893 Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 23 Jul 2020 22:32:12 -0500 Subject: [PATCH] Bump version to 0.1.6 (mainly to fix the latest tag) --- CHANGELOG.md | 4 ++++ install.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d82b3bc..3b2a80d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +Release 0.1.6 (2020-07-22) +===== +* Add device command aliases: battery, settings, shutdown, reboot + Release 0.1.5 (2020-07-22) ===== * Make the username argument under `emu fork switch` optional. If not specified, it will use the current fork switched to diff --git a/install.sh b/install.sh index 7fb33912..ee1fe34d 100755 --- a/install.sh +++ b/install.sh @@ -28,7 +28,7 @@ COMMUNITY_BASHRC_PATH=/data/community/.bashrc OH_MY_COMMA_PATH=/data/community/.oh-my-comma GIT_BRANCH_NAME=master GIT_REMOTE_URL=https://github.com/emu-sh/.oh-my-comma.git -OMC_VERSION=0.1.5 +OMC_VERSION=0.1.6 update=false if [ $# -ge 1 ] && [ $1 = "update" ]; then