Skip to content

Commit

Permalink
v1.4.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Aug 2, 2023
1 parent 19a8958 commit 5847d55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.4.0

- chore!: updated dependencies to latest in [19a8958](https://github.com/OutdatedGuy/package_rename/commit/19a8958a8b8b7fb5ef42f2a6e12800201a13c832)

## 1.3.3

- fix(android): **in** domain don't work in kotlin in [20d15d6](https://github.com/OutdatedGuy/package_rename/commit/20d15d6d31e0cbdfbc7e19aa1d13f87f3da42d35)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For more info see [list of changed fields](CHANGED_FIELDS.md)

```yaml
dev_dependencies:
package_rename: ^1.3.3
package_rename: ^1.4.0
```
#### Create configuration
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.3.3"
version: "1.4.0"
path:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.3
version: 1.4.0
homepage: https://outdatedguy.rocks
repository: https://github.com/OutdatedGuy/package_rename/tree/main

Expand Down

0 comments on commit 5847d55

Please sign in to comment.