We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48792f commit e7b14e4Copy full SHA for e7b14e4
3 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- phraseapp-in-context-editor-ruby (2.0.0)
+ phraseapp-in-context-editor-ruby (2.1.0)
5
i18n (~> 1.0)
6
json (~> 2.0)
7
request_store (~> 1.2)
lib/phraseapp-in-context-editor-ruby/version.rb
@@ -1,3 +1,3 @@
module PhraseApp
- VERSION = "2.0.0"
+ VERSION = "2.1.0"
end
phraseapp-in-context-editor-ruby.gemspec
@@ -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
8
s.platform = Gem::Platform::RUBY
9
s.required_ruby_version = ">= 3.1.0"
10
s.authors = ["Phrase"]
0 commit comments