Skip to content

Commit 908ee8a

Browse files
committed
Release 9.3.0
1 parent f81f6e5 commit 908ee8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
shakapacker (9.3.0.beta.7)
4+
shakapacker (9.3.0)
55
activesupport (>= 5.2)
66
package_json
77
rack-proxy (>= 0.6.1)

lib/shakapacker/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module Shakapacker
22
# Change the version in package.json too, please!
3-
VERSION = "9.3.0.beta.7".freeze
3+
VERSION = "9.3.0".freeze
44
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "shakapacker",
3-
"version": "9.3.0-beta.7",
3+
"version": "9.3.0",
44
"description": "Use webpack to manage app-like JavaScript modules in Rails",
55
"homepage": "https://github.com/shakacode/shakapacker",
66
"bugs": {

0 commit comments

Comments
 (0)