Bump version to 3.0.3

This commit is contained in:
Justin Li
2015-05-28 16:39:10 -04:00
parent 49f2af4209
commit 9352eeafac
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
# encoding: utf-8
module Liquid
VERSION = "3.0.2"
VERSION = "3.0.3"
end