diff --git a/CHANGELOG.md b/CHANGELOG.md index 0be03c4..859a07f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [1.4.0](https://github.com/lsaudon/l10nization/releases/tag/release-1.4.0) +## [1.4.1](https://github.com/lsaudon/l10nization/releases/tag/release-1.4.1) - 🐛 Crash when multiple variables - ⬆️ Upgrade example to dart 3 diff --git a/package-lock.json b/package-lock.json index d554046..8749f40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "l10nization", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "l10nization", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "devDependencies": { "@types/chai": "^4.3.5", diff --git a/package.json b/package.json index a5aecd7..4267a99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "icon": "images/logo.png", "name": "l10nization", "displayName": "L10nization", - "version": "1.4.0", + "version": "1.4.1", "publisher": "lsaudon", "description": "A tool for extracting text to arb files in a Flutter application.", "author": {