Skip to content

Commit b2c48e1

Browse files
committed
Bump version to 0.4.2
1 parent 6d1f44e commit b2c48e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
SuperDiff is a gem that hooks into RSpec
1111
to intelligently display the differences between two data structures of any type.
1212

13-
📢 **[See what's changed in the latest version (0.4.1)][changelog].**
13+
📢 **[See what's changed in the latest version (0.4.2)][changelog].**
1414

1515
[changelog]: CHANGELOG.md
1616

gemfiles/no_rails.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.4.1)
33+
super_diff (0.4.2)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.4.1)
33+
super_diff (0.4.2)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.4.1)
33+
super_diff (0.4.2)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_5_2.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.4.1)
33+
super_diff (0.4.2)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

gemfiles/rails_6_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ GIT
3030
PATH
3131
remote: ..
3232
specs:
33-
super_diff (0.4.1)
33+
super_diff (0.4.2)
3434
attr_extras
3535
diff-lcs
3636
patience_diff

lib/super_diff/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module SuperDiff
2-
VERSION = "0.4.1".freeze
2+
VERSION = "0.4.2".freeze
33
end

0 commit comments

Comments
 (0)