Skip to content

Commit

Permalink
Tauweb : Version 0.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Feb 12, 2025
1 parent ed1e1f7 commit 316bc86
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.17.4
## 0.17.5

- ## The [CHANGELOG file is here](https://tau.canardoux.xyz/etau_CHANGELOG.html)

4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ packages:
dependency: "direct main"
description:
name: etau
sha256: b4bbf2688b89d1f22ab60da0fd6e4eb03fbb29202eb1dfb89deaa7d250c5e859
sha256: "1541b8c9b9538efe1df199de2f7e67f29300cc2deaca193e78f76e2df4325623"
url: "https://pub.dev"
source: hosted
version: "0.17.3"
version: "0.17.5"
fake_async:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: "An example showing how to use the etau implementation for the Web.
# This version is used _only_ for the Runner app, which is used if you just do
# a `flutter run` or a `flutter make-host-app-editable`. It has no impact
# on any other native host app that you embed your Flutter project into.
version: 0.17.4
version: 0.17.5

environment:
sdk: ^3.5.3
Expand All @@ -27,7 +27,7 @@ dependencies:
## tau_wars: ^0.0.14-alpha.4
## path: ../ # tau_wars Dir

etau: ^0.17.4
etau: ^0.17.5
# path: ../../etau # etau Dir

# The following adds the Cupertino Icons font to your application.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tau_web
description: "A Etau implementation for the Web."
version: 0.17.4
version: 0.17.5
homepage: https://tau.canardoux.xyz/etau-README.html
repository: https://github.com/canardoux/tau_web

Expand All @@ -12,7 +12,7 @@ dependencies:
flutter:
sdk: flutter

etau: ^0.17.4
etau: ^0.17.5
# path: ../etau # etau Dir

web: ^1.0.0
Expand Down

0 comments on commit 316bc86

Please sign in to comment.