Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Jun 19, 2020
1 parent 75b912f commit a4ed88d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gemfiles/no_rails.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.4.2)
super_diff (0.5.0)
diff-lcs
patience_diff

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.4.2)
super_diff (0.5.0)
diff-lcs
patience_diff

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.4.2)
super_diff (0.5.0)
diff-lcs
patience_diff

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_5_2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.4.2)
super_diff (0.5.0)
diff-lcs
patience_diff

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_6_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: ..
specs:
super_diff (0.4.2)
super_diff (0.5.0)
diff-lcs
patience_diff

Expand Down
2 changes: 1 addition & 1 deletion lib/super_diff/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SuperDiff
VERSION = "0.4.2".freeze
VERSION = "0.5.0".freeze
end

0 comments on commit a4ed88d

Please sign in to comment.