Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix semantic release #77

Merged
merged 2 commits into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phraseapp-in-context-editor-ruby (2.0.0)
phraseapp-in-context-editor-ruby (2.1.0)
i18n (~> 1.0)
json (~> 2.0)
request_store (~> 1.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/phraseapp-in-context-editor-ruby/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PhraseApp
VERSION = "2.0.0"
VERSION = "2.1.0"
end
4 changes: 3 additions & 1 deletion phraseapp-in-context-editor-ruby.gemspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# frozen_string_literal: true

require "./lib/phraseapp-in-context-editor-ruby/version"

Gem::Specification.new do |s|
s.name = "phraseapp-in-context-editor-ruby"
s.version = "2.0.0"
s.version = PhraseApp::VERSION
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">= 3.1.0"
s.authors = ["Phrase"]
Expand Down
Loading