Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit 998631b

Browse files
committed
v2.0.2
1 parent 21e6bb0 commit 998631b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
CHANGELOG
22
---------
33

4+
- **2.0.2 - October 10, 2019**
5+
- Fix template for `rails g rearmed_rails:setup`
46
- **2.0.1 - July 12, 2018**
57
- Fix Ruby 1.9.3 support. Do not use `__dir__` because Ruby 1.9.3 does not support it.
68
- **2.0.0 - July 11, 2018**

lib/rearmed_rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module RearmedRails
2-
VERSION = "2.0.1"
2+
VERSION = "2.0.2"
33
end

0 commit comments

Comments
 (0)