Skip to content

Commit fa00dad

Browse files
committed
bump version to 4.0.0
1 parent faff26b commit fa00dad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
All notable changes to this project will be documented in this file going forward.
33

4+
## [4.0.0] - 2017-02-07
5+
- depend on sprockets >= 3.6.0 and change to new API usage (#11f7c3c)
6+
47
## [3.4.0] - 2016-11-22
58
- speeds up build by up to 20% thanks to cguillemette (see PR #183)
69
- update README for using in engine thanks to valentin-krasontovitsch (see PR #187)

lib/browserify-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module BrowserifyRails
2-
VERSION = "4.0.0.b"
2+
VERSION = "4.0.0"
33
end

0 commit comments

Comments
 (0)