Skip to content

Commit

Permalink
Bump version to 0.1.6 (mainly to fix the latest tag)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane committed Jul 24, 2020
1 parent 5447c49 commit 12c78a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12c78a4

Please sign in to comment.