Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
t2ym committed May 29, 2016
1 parent 139c8d5 commit 5e687a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xliff-conv",
"version": "0.0.12",
"version": "1.0.0",
"description": "XLIFF to/from JSON converter for Polymer i18n-behavior",
"repository": {
"type": "git",
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xliff-conv",
"version": "0.0.12",
"version": "1.0.0",
"description": "XLIFF to/from JSON converter for Polymer i18n-behavior",
"scripts": {
"test": "istanbul cover ./node_modules/mocha/bin/_mocha test/test.js --report lcov -- -R spec && wct",
Expand All @@ -22,6 +22,8 @@
"web-components",
"i18n",
"internationalization",
"l10n",
"localization",
"gulp"
],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion xliff-conv.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright (c) 2016, Tetsuya Mori <[email protected]>. All rights reserved.
this.logger = options.logger || console.log;
this.warnLogger = options.warnLogger || console.warn;
this.errorLogger = options.errorLogger || console.error;
this.toolVersion = '0.0.12';
this.toolVersion = '1.0.0';
};

XliffConv.xliffStates = {
Expand Down

0 comments on commit 5e687a7

Please sign in to comment.