Skip to content

Commit 84f648c

Browse files
committed
Merge pull request #38 from mikeedwards/update-to-0.4.1
Update to version 0.4.1
2 parents 688ad25 + 5fbbe03 commit 84f648c

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

History.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4.1 / 2015-03-01
2+
==================
3+
* Updated Jed-format code and test to deal with the new plural form
4+
15
0.4.0 / 2015-03-01
26
==================
37
* Added Jed > 1.1.0 compatible format (Evan Moses)

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
120120

121121
## Release History
122122

123+
### 0.4.1 / 2015-03-01
124+
* Updated Jed-format code and test to deal with the new plural form
125+
123126
### 0.4.0 / 2015-03-01
124127
* Added Jed > 1.1.0 compatible format (Evan Moses)
125128

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "po2json",
33
"description": "Convert PO files to JSON",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "https://github.com/mikeedwards/po2json",
66
"author": {
77
"name": "Joshua I. Miller",

0 commit comments

Comments
 (0)