diff --git a/README.md b/README.md index ad7139f..01b6b05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Parse Archie Markup Language (ArchieML) documents into JavaScript objects. Read about the ArchieML specification at [archieml.org](http://archieml.org). -The current version is `v0.1.1`. +The current version is `v0.1.2`. ## Installation @@ -65,5 +65,6 @@ rspec ## Changelog +* `0.1.2` - More consistent handling of newlines. Fixes issue #4, around detecting the scope of multi-line values. * `0.1.1` - Fixes issue #1, removing comment backslashes. * `0.1.0` - Initial release supporting the first version of the ArchieML spec, published [2015-03-06](http://archieml.org/spec/1.0/CR-20150306.html). diff --git a/package.json b/package.json index 9a764cf..0f682e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archieml", - "version": "0.1.1", + "version": "0.1.2", "description": "JavaScript parser for the Archie Markup Language (ArchieML)", "homepage": "http://archieml.org", "keywords": [