diff --git a/docs/index.md b/docs/index.md index 4f0fbb5d..9c3b14fd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ It allows, in addition to translation, to localize numbers and dates of your app --- -> Library version: 4.1.1 - [Changelog](https://github.com/robisim74/angular-l10n/releases) +> Library version: 4.1.2 - [Changelog](https://github.com/robisim74/angular-l10n/releases)
diff --git a/package.json b/package.json index dae0cd81..243daba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-l10n", - "version": "4.1.1", + "version": "4.1.2", "description": "An Angular library to translate messages, dates and numbers", "main": "./bundles/angular-l10n.umd.js", "module": "./esm5/angular-l10n.js",