File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
hyper-component/lib/hyperstack/component
hyper-model/lib/hyper_model
hyper-operation/lib/hyper-operation
hyper-router/lib/hyperstack/router
hyper-spec/lib/hyper-spec
hyper-state/lib/hyperstack/state
hyper-store/lib/hyperstack/legacy/store
hyper-trace/lib/hyper_trace
hyperstack-config/lib/hyperstack/config
rails-hyperstack/lib/hyperstack Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
module Hyperstack
2
2
module Component
3
- VERSION = '1.0.alpha1' # '1.0.alpha1'
3
+ VERSION = '1.0.alpha1.1 ' # '1.0.alpha1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module HyperI18n
2
- VERSION = '1.0.alpha1'
2
+ VERSION = '1.0.alpha1.1 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module Hyperstack
2
2
module I18n
3
- VERSION = '1.0.alpha1'
3
+ VERSION = '1.0.alpha1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module HyperModel
2
- VERSION = '1.0.alpha1'
2
+ VERSION = '1.0.alpha1.1 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module Hyperstack
2
2
class Operation
3
- VERSION = '1.0.alpha1'
3
+ VERSION = '1.0.alpha1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module HyperRouter
2
- VERSION = '1.0.alpha1'
2
+ VERSION = '1.0.alpha1.1 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module HyperSpec
2
- VERSION = '1.0.alpha1'
2
+ VERSION = '1.0.alpha1.1 '
3
3
end
Original file line number Diff line number Diff line change 1
1
module Hyperstack
2
2
module State
3
- VERSION = '1.0.alpha1'
3
+ VERSION = '1.0.alpha1.1 '
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
module Hyperstack
2
2
module Legacy
3
3
module Store
4
- VERSION = '1.0.alpha1'
4
+ VERSION = '1.0.alpha1.1 '
5
5
end
6
6
end
7
7
end
Original file line number Diff line number Diff line change 1
1
module HyperTrace
2
- VERSION = '1.0.alpha1'
2
+ VERSION = '1.0.alpha1.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments