Skip to content

Commit 147494e

Browse files
committed
Bump version to 0.2.0
1 parent 8bc12ca commit 147494e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.2.0 (Unreleased)
3+
## 0.2.0
44

55
Lots of fixes and new features!
66

README.md

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

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

1515
[changelog]: CHANGELOG.md
1616

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.1.0)
33+
super_diff (0.2.0)
3434
activerecord (> 4.2, < 7.0)
3535
attr_extras
3636
diff-lcs

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.1.0)
33+
super_diff (0.2.0)
3434
activerecord (> 4.2, < 7.0)
3535
attr_extras
3636
diff-lcs

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.1.0)
33+
super_diff (0.2.0)
3434
activerecord (> 4.2, < 7.0)
3535
attr_extras
3636
diff-lcs

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.1.0)
33+
super_diff (0.2.0)
3434
activerecord (> 4.2, < 7.0)
3535
attr_extras
3636
diff-lcs

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.1.0".freeze
2+
VERSION = "0.2.0".freeze
33
end

0 commit comments

Comments
 (0)