Skip to content

Commit

Permalink
[HOTFIX] Version bump to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed May 8, 2013
1 parent 20811ef commit d4b70ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.4.1 (2013-05-08)

* Drop forgotten liquid processor require.


### 0.4.0 (2013-05-08)

* Drop Liquid pre-processing. See #25.
Expand Down
4 changes: 0 additions & 4 deletions lib/jekyll/assets_plugin/environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
require "sprockets"


# internal
require "jekyll/assets_plugin/liquid_processor"


module Jekyll
module AssetsPlugin
class Environment < Sprockets::Environment
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/assets_plugin/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Jekyll
module AssetsPlugin
VERSION = "0.4.0"
VERSION = "0.4.1"
end
end

0 comments on commit d4b70ba

Please sign in to comment.