Skip to content

Commit

Permalink
Bump version to v4.4.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
damianlegawiec committed Dec 4, 2021
1 parent 92bdf50 commit ec04222
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ node_modules
app/assets/javascripts/spree-dashboard.js
app/assets/javascripts/spree-dashboard.*.js
src
*.gem
2 changes: 1 addition & 1 deletion lib/spree/backend/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Spree
module Backend
VERSION = '4.4.0.alpha'.freeze
VERSION = '4.4.0.rc1'.freeze

def self.version
VERSION
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spree/dashboard",
"version": "0.0.3",
"version": "0.1.0",
"description": "Spree Dashboard",
"main": "app/assets/javascripts/spree-dashboard.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion spree_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.requirements << 'none'

s.add_dependency 'spree', ">= 4.3.0"
s.add_dependency 'spree', ">= 4.4.0.rc1"

s.add_dependency 'babel-transpiler', '~> 0.7'
s.add_dependency 'bootstrap', '~> 4.0'
Expand Down

0 comments on commit ec04222

Please sign in to comment.