File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ lesser changes or bug fixes.
11
11
## [ Unreleased] [ ]
12
12
13
13
* Your contribution here!
14
+
15
+ ## [ 0.3.1] [ ] (2017-06-16)
16
+
14
17
* Include xray.js when using jQuery3
15
18
[ #84 ] ( https://github.com/brentd/xray-rails/pull/84 )
16
19
@@ -75,7 +78,8 @@ lesser changes or bug fixes.
75
78
76
79
77
80
[ Semver ] : http://semver.org
78
- [ Unreleased ] : https://github.com/brentd/xray-rails/compare/v0.3.0...HEAD
81
+ [ Unreleased ] : https://github.com/brentd/xray-rails/compare/v0.3.1...HEAD
82
+ [ 0.3.1 ] : https://github.com/brentd/xray-rails/compare/v0.3.0...v0.3.1
79
83
[ 0.3.0 ] : https://github.com/brentd/xray-rails/compare/v0.2.0...v0.3.0
80
84
[ 0.2.0 ] : https://github.com/brentd/xray-rails/compare/v0.1.23...v0.2.0
81
85
[ 0.1.23 ] : https://github.com/brentd/xray-rails/compare/v0.1.22...v0.1.23
Original file line number Diff line number Diff line change 1
1
module Xray
2
- VERSION = "0.3.0 " . freeze
2
+ VERSION = "0.3.1 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments