Skip to content

Commit

Permalink
Prerelease v0.1.0-dev.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sese-Schneider committed Apr 10, 2024
1 parent 740f703 commit 23014cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.0-dev.2

* Reenable windows support through compiled libraries
* Reenable android support through compiled libraries


## 0.1.0-dev.1

* Adding USB Support for dive computers (#2) @Ben1980
Expand Down
12 changes: 6 additions & 6 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.0-dev.1"
version: "0.1.0-dev.2"
fake_async:
dependency: transitive
description:
Expand All @@ -60,10 +60,10 @@ packages:
dependency: transitive
description:
name: ffi
sha256: "7bf0adc28a23d395f19f3f1eb21dd7cfd1dd9f8e1c50051c069122e6853bc878"
sha256: "493f37e7df1804778ff3a53bd691d8692ddf69702cf4c1c1096a2e41b4779e21"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.2"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -73,10 +73,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: e2a421b7e59244faef694ba7b30562e489c2b489866e505074eb005cd7060db7
sha256: "9e8c3858111da373efc5aa341de011d9bd23e2c5c5e0c62bccf32438e192d7b1"
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "3.0.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -232,5 +232,5 @@ packages:
source: hosted
version: "13.0.0"
sdks:
dart: ">=3.2.3 <4.0.0"
dart: ">=3.3.0-279.1.beta <4.0.0"
flutter: ">=3.3.0"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dive_computer
description: "A Flutter plugin for communication with dive computers."
version: 0.1.0-dev.1
version: 0.1.0-dev.2
homepage: "https://divenote.app"
repository: "https://github.com/DiveNote/dive_computer"
issue_tracker: "https://github.com/DiveNote/dive_computer/issues"
Expand Down

0 comments on commit 23014cc

Please sign in to comment.