Skip to content

Commit

Permalink
Merge pull request #47 from mikeedwards/release/0.4.2
Browse files Browse the repository at this point in the history
update to 0.4.2
  • Loading branch information
mikeedwards committed Apr 13, 2016
2 parents 7449c3b + 40a10dc commit 8fc602c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ Asbjørn Sloth Tønnesen <ast@veridu.com>
Zach Carter <zack.carter@gmail.com>
Dan MacTough <danmactough@gmail.com>
Evan Moses
Dima Kurguzov
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 / 2016-04-13
==================
* Updated documentation for Jed > 1.1.0
* Use msgid_plural when there is no translation

0.4.1 / 2015-03-01
==================
* Updated Jed-format code and test to deal with the new plural form
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ po2json.parseFile('messages.po', { format: 'jed' }, function (err, jsonData) {
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/gruntjs/grunt).

## Release History
### 0.4.2 / 2015-04-13
* Updated documentation for Jed > 1.1.0
* Use msgid_plural when there is no translation

### 0.4.1 / 2015-03-01
* Updated Jed-format code and test to deal with the new plural form
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "po2json",
"description": "Convert PO files to JSON",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/mikeedwards/po2json",
"author": {
"name": "Joshua I. Miller",
Expand Down

0 comments on commit 8fc602c

Please sign in to comment.