From f27cb23d84af95e75a225203c89b3b91a82c0f6d Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Sun, 25 Jun 2023 23:02:48 +0530 Subject: [PATCH] v1.3.3 --- CHANGELOG.md | 5 +++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fe3936..ddb4f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.3 + +- fix(android): **in** domain don't work in kotlin in [20d15d6](https://github.com/OutdatedGuy/package_rename/commit/20d15d6d31e0cbdfbc7e19aa1d13f87f3da42d35) +- chore: updated dependencies to latest in [ce92eb2](https://github.com/OutdatedGuy/package_rename/commit/ce92eb28da75a159b8c88bc9e2ba7795b588106c) + ## 1.3.2 - fix: system given path mis-handled on windows in [91d8b7c](https://github.com/OutdatedGuy/package_rename/commit/91d8b7c10f7aec8f9aed86e721840d56194c5bb4) diff --git a/README.md b/README.md index 089a9f6..ade57b9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md) ```yaml dev_dependencies: - package_rename: ^1.3.2 + package_rename: ^1.3.3 ``` #### Create configuration diff --git a/example/pubspec.lock b/example/pubspec.lock index 4eeec82..1156c4e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -153,7 +153,7 @@ packages: path: ".." relative: true source: path - version: "1.3.2" + version: "1.3.3" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index b384f32..28da875 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: package_rename description: A Blazingly Fast way to configure your awesome flutter project to be production ready. -version: 1.3.2 +version: 1.3.3 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/package_rename/tree/main