Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aderyabin committed Mar 16, 2020
1 parent d8c44b4 commit 949fb52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
localer (0.1.1)
localer (0.2.0)
dry-initializer (>= 2.0)
thor (>= 0.19)

Expand Down Expand Up @@ -41,7 +41,7 @@ GEM
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
diff-lcs (1.3)
dry-initializer (2.5.0)
dry-initializer (3.0.3)
ffi (1.12.2)
gherkin (5.1.0)
jaro_winkler (1.5.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/localer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Localer
VERSION = "0.1.1"
VERSION = "0.2.0"
end

0 comments on commit 949fb52

Please sign in to comment.