Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Feb 3, 2024
1 parent accaf7c commit 6b0210c
Show file tree
Hide file tree
Showing 3 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 @@
## 0.1.2

* chore: Downgradle dart sdk version to 3.0.0.

## 0.1.1

* feat: support arm64.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.1"
version: "0.1.2"
vector_math:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: vclibs
description: Let your flutter windows apps include vclibs.
version: 0.1.1
version: 0.1.2
homepage: https://github.com/leanflutter/vclibs

environment:
sdk: '>=3.2.0 <4.0.0'
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.3.0'

dependencies:
Expand Down

0 comments on commit 6b0210c

Please sign in to comment.