From 316bc8615e431303e6acac738ea6179a712e5360 Mon Sep 17 00:00:00 2001 From: larpoux Date: Wed, 12 Feb 2025 07:47:18 +0100 Subject: [PATCH] Tauweb : Version 0.17.5 --- CHANGELOG.md | 2 +- example/pubspec.lock | 4 ++-- example/pubspec.yaml | 4 ++-- pubspec.yaml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937f433..a74ec28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.17.4 +## 0.17.5 - ## The [CHANGELOG file is here](https://tau.canardoux.xyz/etau_CHANGELOG.html) diff --git a/example/pubspec.lock b/example/pubspec.lock index 3c8f84d..0b0e026 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -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: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index e84b2bd..d68095b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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 @@ -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. diff --git a/pubspec.yaml b/pubspec.yaml index 2e0836a..68f55fb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 @@ -12,7 +12,7 @@ dependencies: flutter: sdk: flutter - etau: ^0.17.4 + etau: ^0.17.5 # path: ../etau # etau Dir web: ^1.0.0