prepare for 1.1

3-1-stable
gitlabhq 2011-10-21 09:58:28 +03:00
parent c66c30c821
commit 977fe73073
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,6 @@
v 1.1.0
- project dashboard
- wall redesigned
- feature: code snippets
- fixed horizontal scroll on file preview
- fixed app crash if commit message has invalid chars

View File

@ -1 +1 @@
1.0.2
1.1.0

View File

@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0])
puts yellow "== RAILS ENV | #{env}"
current_version = version
puts yellow "Your version is #{current_version}"
puts yellow "Check for new version: $ git pull origin"
`git pull origin` # pull from origin
puts yellow "Check for new version: $ git pull origin 1x"
`git pull origin 1x` # pull from origin
# latest version
if version == current_version