prepare for 1.1
This commit is contained in:
parent
c463eeb090
commit
b5a5e5a416
3 changed files with 5 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
v 1.1.0
|
v 1.1.0
|
||||||
|
- project dashboard
|
||||||
|
- wall redesigned
|
||||||
- feature: code snippets
|
- feature: code snippets
|
||||||
- fixed horizontal scroll on file preview
|
- fixed horizontal scroll on file preview
|
||||||
- fixed app crash if commit message has invalid chars
|
- fixed app crash if commit message has invalid chars
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
1.0.2
|
1.1.0
|
||||||
|
|
|
@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0])
|
||||||
puts yellow "== RAILS ENV | #{env}"
|
puts yellow "== RAILS ENV | #{env}"
|
||||||
current_version = version
|
current_version = version
|
||||||
puts yellow "Your version is #{current_version}"
|
puts yellow "Your version is #{current_version}"
|
||||||
puts yellow "Check for new version: $ git pull origin"
|
puts yellow "Check for new version: $ git pull origin 1x"
|
||||||
`git pull origin` # pull from origin
|
`git pull origin 1x` # pull from origin
|
||||||
|
|
||||||
# latest version
|
# latest version
|
||||||
if version == current_version
|
if version == current_version
|
||||||
|
|
Loading…
Reference in a new issue