Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 0de963a

Browse files
committed
Prepare v0.3.1 release
1 parent 3870531 commit 0de963a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,10 @@ Thanks to @aderyabin !
7878
* Added new version check functionality
7979

8080
* Added specs for version check
81+
82+
83+
### 0.3.1
84+
85+
Thanks to @palkan !
86+
87+
* Added support for Ruby >= 2.1 and Rails 3.2

lib/npmdc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Npmdc
2-
VERSION = '0.3.0'
2+
VERSION = '0.3.1'
33
end

0 commit comments

Comments
 (0)