Skip to content

Commit f84b8bb

Browse files
committed
Merge pull request #104 from kerrizor/release-v1.2.2
Bump release version to 1.2.2
2 parents 7567f6f + bc7d80f commit f84b8bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.2.2
2+
-----
3+
4+
* Fixes a bug in sorting abstract classes (Issues #54, #88)
5+
16
1.2.1
27
-----
38

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-erd (1.2.1)
4+
rails-erd (1.2.2)
55
activerecord (~> 3.2)
66
activesupport (~> 3.2)
77
choice (~> 0.1.6)

lib/rails_erd/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module RailsERD
2-
VERSION = "1.2.1"
2+
VERSION = "1.2.2"
33
BANNER = "RailsERD #{VERSION}"
44
end

0 commit comments

Comments
 (0)