diff --git a/README.md b/README.md index 14b6636e..a48d40ff 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Finally, if you want to make this process even less painful, I invite you to che - **Plural**: keys of the form `key_plural` and `key_0`, `key_1` as described [here](https://www.i18next.com/translation-function/plurals) - Tested on Node 6+ -## DISCLAIMER: `1.0.0-beta` +## Versions -`1.x` is currently in beta. You can follow the pre-releases [here](https://github.com/i18next/i18next-parser/releases). It is a deep rewrite of this package that solves many issues, the main one being that it was slowly becoming unmaintainable. The [migration](docs/migration.md) contains all the breaking changes. Everything that follows is related to `1.x`. If you rely on a `0.x.x` version, you can still find the old documentation on its dedicated [branch](https://github.com/i18next/i18next-parser/tree/0.x.x). +`1.x` has been in beta for a good while. You can follow the pre-releases [here](https://github.com/i18next/i18next-parser/releases). It is a deep rewrite of this package that solves many issues, the main one being that it was slowly becoming unmaintainable. The [migration](docs/migration.md) from `0.x` contains all the breaking changes. Everything that follows is related to `1.x`. You can still find the old `0.x` documentation on its dedicated [branch](https://github.com/i18next/i18next-parser/tree/0.x.x). ## Usage diff --git a/package.json b/package.json index 318e444a..b8d51363 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Karel Ledru", "description": "Command Line tool for i18next", "name": "i18next-parser", - "version": "1.0.0-beta38", + "version": "1.0.0", "license": "MIT", "main": "dist/index.js", "bin": {