Skip to content

Commit

Permalink
Modify version
Browse files Browse the repository at this point in the history
  • Loading branch information
Swanseo0 committed Aug 28, 2023
1 parent 2f02f42 commit fd011c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/sqflite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0
## 0.1.3

* Update sqflite to 2.3.0.
* Increase the minimum Flutter version to 3.3.
Expand Down
2 changes: 1 addition & 1 deletion packages/sqflite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This package is not an _endorsed_ implementation of `sqflite`. Therefore, you ha
```yaml
dependencies:
sqflite: ^2.3.0
sqflite_tizen: ^0.2.0
sqflite_tizen: ^0.1.3
```
Then you can import `sqflite` in your Dart code:
Expand Down
2 changes: 1 addition & 1 deletion packages/sqflite/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: sqflite_tizen
description: Tizen implementation of the sqflite plugin.
homepage: https://github.com/flutter-tizen/plugins
repository: https://github.com/flutter-tizen/plugins/tree/master/packages/sqflite
version: 0.2.0
version: 0.1.3

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down

0 comments on commit fd011c2

Please sign in to comment.