Commit b5a5e5a416a33147e99be2e8c07e2bcc7fb7ee6c

Authored by gitlabhq
1 parent c463eeb0

prepare for 1.1

Showing 3 changed files with 5 additions and 3 deletions   Show diff stats
1 v 1.1.0 1 v 1.1.0
  2 + - project dashboard
  3 + - wall redesigned
2 - feature: code snippets 4 - feature: code snippets
3 - fixed horizontal scroll on file preview 5 - fixed horizontal scroll on file preview
4 - fixed app crash if commit message has invalid chars 6 - fixed app crash if commit message has invalid chars
1 -1.0.2 1 +1.1.0
@@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0]) @@ -19,8 +19,8 @@ env = if envs.include?(ARGV[0])
19 puts yellow "== RAILS ENV | #{env}" 19 puts yellow "== RAILS ENV | #{env}"
20 current_version = version 20 current_version = version
21 puts yellow "Your version is #{current_version}" 21 puts yellow "Your version is #{current_version}"
22 -puts yellow "Check for new version: $ git pull origin"  
23 -`git pull origin` # pull from origin 22 +puts yellow "Check for new version: $ git pull origin 1x"
  23 +`git pull origin 1x` # pull from origin
24 24
25 # latest version 25 # latest version
26 if version == current_version 26 if version == current_version