Skip to content

Commit 35de4dd

Browse files
committed
Bump version to 1.0.1
1 parent d74f942 commit 35de4dd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 1.0.1
22
* Support JRuby 9.0 and CRuby 2.2 (#47)
3+
* Fix $stderr warnings in CRurby > 2.3 (#46)
34

45
# 1.0.0
56

lib/airrecord/version.rb

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

0 commit comments

Comments
 (0)