Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
catmando committed Feb 16, 2019
1 parent ac0b328 commit afe2954
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ruby/hyper-component/lib/hyperstack/component/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperstack
module Component
VERSION = '1.0.alpha1.3' # '1.0.alpha1.3'
VERSION = '1.0.alpha1.4' # '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-console/lib/hyperloop/console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperloop
module Console
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-i18n/lib/hyper-i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperI18n
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
2 changes: 1 addition & 1 deletion ruby/hyper-i18n/lib/hyperstack/i18n/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperstack
module I18n
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-model/lib/hyper_model/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperModel
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
2 changes: 1 addition & 1 deletion ruby/hyper-operation/lib/hyper-operation/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperstack
class Operation
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-router/lib/hyperstack/router/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperRouter
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
2 changes: 1 addition & 1 deletion ruby/hyper-spec/lib/hyper-spec/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperSpec
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
2 changes: 1 addition & 1 deletion ruby/hyper-state/lib/hyperstack/state/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperstack
module State
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-store/lib/hyperstack/legacy/store/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Hyperstack
module Legacy
module Store
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
end
2 changes: 1 addition & 1 deletion ruby/hyper-trace/lib/hyper_trace/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HyperTrace
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
2 changes: 1 addition & 1 deletion ruby/hyperstack-config/lib/hyperstack/config/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hyperstack
module Config
VERSION = '1.0.alpha1.3'
VERSION = '1.0.alpha1.4'
end
end
2 changes: 1 addition & 1 deletion ruby/rails-hyperstack/lib/hyperstack/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyperstack
ROUTERVERSION = VERSION = '1.0.alpha1.3'
ROUTERVERSION = VERSION = '1.0.alpha1.4'
end

0 comments on commit afe2954

Please sign in to comment.