Skip to content

Commit

Permalink
Tauweb : Version 0.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Feb 19, 2025
1 parent 811c077 commit b8c7313
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 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.6
## 0.17.7

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

6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
This README describes the package. If you publish this package to pub.dev,
this README's contents appear on the landing page for your package.
For information about how to write a good package README, see the guide for
[writing package pages](https://dart.dev/tools/pub/writing-package-pages).

For general information about developing packages, see the Dart guide for
[creating packages](https://dart.dev/guides/libraries/create-packages)
Expand Down
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: "5aff256dc20d54538129328e3ec5bf5c00fbefc431022796b54c8711c03f29b6"
sha256: "7ac988ae528b7f3014c54841c97f90153ec28a73b445c54d988eeacc06998466"
url: "https://pub.dev"
source: hosted
version: "0.17.6"
version: "0.17.7"
fake_async:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 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.6
version: 0.17.7

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

etau: # ^0.17.6
path: ../../etau # etau Dir
etau: ^0.17.7
# path: ../../etau # etau Dir

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
Expand Down
2 changes: 0 additions & 2 deletions lib/src/tauweb_audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
* along with τ. If not, see <https://www.gnu.org/licenses/>.
*/



/// THIS MODULE IS TEMPORARY
/// WE SHOULD USE THE REGULAR DART MODULE AND NOT THIS COPY !
@JS()
Expand Down
6 changes: 3 additions & 3 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. This is just an implementation. All the API is in the `Etau` plugin. Member of the `Tau` family. Europe Stands With Ukraine. Pray for Ukraine."
version: 0.17.6
version: 0.17.7
homepage: https://tau-ver.canardoux.xyz/etau-README.html
repository: https://github.com/canardoux/tau_web

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

etau: # ^0.17.6
path: ../etau # etau Dir
etau: ^0.17.7
# path: ../etau # etau Dir

web: ^1.0.0
logger: ^2.4.0
Expand Down

0 comments on commit b8c7313

Please sign in to comment.