Skip to content

Commit e7b14e4

Browse files
authored
fix: Fix semantic release (#77)
1 parent c48792f commit e7b14e4

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

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-
phraseapp-in-context-editor-ruby (2.0.0)
4+
phraseapp-in-context-editor-ruby (2.1.0)
55
i18n (~> 1.0)
66
json (~> 2.0)
77
request_store (~> 1.2)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module PhraseApp
2-
VERSION = "2.0.0"
2+
VERSION = "2.1.0"
33
end

phraseapp-in-context-editor-ruby.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# frozen_string_literal: true
22

3+
require "./lib/phraseapp-in-context-editor-ruby/version"
4+
35
Gem::Specification.new do |s|
46
s.name = "phraseapp-in-context-editor-ruby"
5-
s.version = "2.0.0"
7+
s.version = PhraseApp::VERSION
68
s.platform = Gem::Platform::RUBY
79
s.required_ruby_version = ">= 3.1.0"
810
s.authors = ["Phrase"]

0 commit comments

Comments
 (0)