Skip to content

Commit 55277f8

Browse files
committed
feat: reset version to 0.100.0 for proper semantic versioning
This resolves the version ordering issue where 0.31.2 was being considered newer than 0.100.0 by RubyGems. Release-please will automatically bump this to 0.101.0 in the next release. Release-as: 0.101.0 Fixes #49
1 parent 6180ee4 commit 55277f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.31.2"
2+
".": "0.100.0"
33
}
44

lib/state_machines/integrations/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module StateMachines
44
module Integrations
55
module ActiveModel
6-
VERSION = '0.31.2'
6+
VERSION = '0.100.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)