Skip to content

Commit

Permalink
Bump version to 1.3
Browse files Browse the repository at this point in the history
Change-Id: I7fc7505a90c185bb8ebc1c127e6f8b0e558d25cd
  • Loading branch information
paladox committed Feb 24, 2018
1 parent 72cb7d3 commit 4a1844b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

pkgbuild --root ./Arcanist --scripts scripts --identifier com.arcanist.arcanist --version 1.2 --install-location /private/var arcanist-installer.pkg
pkgbuild --root ./Arcanist --scripts scripts --identifier com.arcanist.arcanist --version 1.3 --install-location /private/var arcanist-installer.pkg
2 changes: 1 addition & 1 deletion uninstaller/uninstaller.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

pkgbuild --root ../Arcanist --scripts scripts --identifier com.arcanist.arc --version 1.2 --install-location /private/var/arc-temp arcanist-uninstaller.pkg
pkgbuild --root ../Arcanist --scripts scripts --identifier com.arcanist.arc --version 1.3 --install-location /private/var/arc-temp arcanist-uninstaller.pkg

0 comments on commit 4a1844b

Please sign in to comment.