Skip to content

Commit 5019132

Browse files
committed
version bumps (unreleased)
1 parent 8b91677 commit 5019132

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gemspec
2323

2424
gem 'rails', '6.1.2'
2525

26-
gem 'matestack-ui-core', git: "https://github.com/matestack/matestack-ui-core", branch: "matestack-ui-core-2.0"
26+
gem 'matestack-ui-core', git: "https://github.com/matestack/matestack-ui-core", branch: "2.0.0"
2727

2828
gem 'rspec-rails', '~> 4.0.2'
2929
gem 'capybara'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Matestack
22
module Ui
33
module Bootstrap
4-
VERSION = '1.5.1'
4+
VERSION = '2.0.0'
55
end
66
end
77
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@rails/webpacker": "5.2.1",
1313
"bootstrap": "^5.0.0-beta2",
1414
"link-module-alias": "^1.2.0",
15-
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#matestack-ui-core-2.0",
15+
"matestack-ui-core": "https://github.com/matestack/matestack-ui-core#2.0.0",
1616
"rails-erb-loader": "^5.5.2"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)