mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 01:35:41 +03:00
Bump version to 3.0.3
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# Liquid Version History
|
||||
|
||||
## 3.0.2 / 2015-04-24 / branch "3-0-stable"
|
||||
## 3.0.3 / 2015-05-28 / branch "3-0-stable"
|
||||
|
||||
* Fix condition parse order in strict mode (#569) [Justin Li, pushrax]
|
||||
|
||||
## 3.0.2 / 2015-04-24
|
||||
|
||||
* Expose VariableLookup private members (#551) [Justin Li, pushrax]
|
||||
* Documentation fixes
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# encoding: utf-8
|
||||
module Liquid
|
||||
VERSION = "3.0.2"
|
||||
VERSION = "3.0.3"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user