From bdf3a8f647293691e5a9299ca24efe3c8ea38377 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian?= Date: Tue, 3 Aug 2021 10:34:44 +0200 Subject: [PATCH] Bump version to 1.1.0 --- README.md | 1 + haxelib.json | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 55120a9..82dff42 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ A flexible internationalization library working with JSON files in Haxe. * Does not assume the task of handling the origin/source of the translations (e.g. opening files). * Has nothing about date localization. * Has been made with coded strings (`welcome/hello`) as translation key in mind, not sentences in a source language (`Hello!`). +* No additional dependency. ## Installation diff --git a/haxelib.json b/haxelib.json index 82d9095..43da1d7 100644 --- a/haxelib.json +++ b/haxelib.json @@ -2,10 +2,19 @@ "name": "jsoni18n", "url": "https://github.com/Nekith/jsoni18n", "license": "BSD", - "tags": ["cross", "i18n", "translation", "internationalization", "localization"], + "tags": [ + "cross", + "i18n", + "translation", + "internationalization", + "localization", + "json" + ], "description": "A flexible internationalization library working with JSON files in Haxe.", - "version": "1.0.2", - "releasenote": "Fix casting errors on pluralization with latest Haxe versions", - "contributors": ["Nekith"], + "version": "1.1.0", + "releasenote": "Implement concord feature", + "contributors": [ + "Nekith" + ], "dependencies": {} -} +} \ No newline at end of file