From d13109a6048222152e322b1ba866df8e8c52b23b Mon Sep 17 00:00:00 2001 From: Alex Sexton Date: Wed, 17 Sep 2014 16:16:05 -0500 Subject: [PATCH] Bump versions --- README.md | 4 ---- package.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8d21d09..9e124af 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,6 @@ For more info, please visit the docs site at . I also maintain [messageformat.js](https://github.com/SlexAxton/messageformat.js). If you don't specifically need a gettext implementation, I might suggest using MessageFormat instead, as it has better support for plurals/gender and has built-in locale data. -## Current Version - -`v0.5.2` - ## Parsing Gettext Files Jed doesn't include a Gettext file parser, but several third-party parsers exist that can have their output adapted for Jed. diff --git a/package.json b/package.json index 8884644..8a70011 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jed", - "version": "0.5.4", + "version": "0.5.5", "author": "Alex Sexton ", "description": "Gettext Style i18n for Modern JavaScript Apps", "repository": {