Skip to content

Commit f97ed2d

Browse files
authored
fix: Adjust module name to fix semantic release bumps (#84)
1 parent 662cb79 commit f97ed2d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module PhraseApp
2-
VERSION = "2.1.0"
1+
module PhraseappInContextEditor
2+
VERSION = "3.0.0"
33
end

phraseapp-in-context-editor-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require "./lib/phraseapp-in-context-editor-ruby/version"
44

55
Gem::Specification.new do |s|
66
s.name = "phraseapp-in-context-editor-ruby"
7-
s.version = PhraseApp::VERSION
7+
s.version = PhraseappInContextEditor::VERSION
88
s.platform = Gem::Platform::RUBY
99
s.required_ruby_version = ">= 3.1.0"
1010
s.authors = ["Phrase"]

0 commit comments

Comments
 (0)