Skip to content

Commit

Permalink
2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed Jul 26, 2023
1 parent 645b45e commit bddc488
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.5'
flutter-version: '3.10.6'
- run: flutter pub get
working-directory: yuuna
- run: flutter pub run build_runner build --delete-conflicting-outputs
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h3 align="center">jidoujisho</h3>
<p align="center">A full-featured immersion language learning suite for mobile.</p>
<p align="center">
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/2.8.7">
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/2.8.8">
<img src="https://img.shields.io/github/v/release/lrorpilla/jidoujisho" alt="latest release" />
</a>
<a href="https://github.com/lrorpilla/jidoujisho/commits/main">
Expand Down Expand Up @@ -34,7 +34,7 @@
---

<p align="center" style="margin:0"><b>✨ Latest Release:
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/2.8.7">2.8.7</a>
<a href="https://github.com/lrorpilla/jidoujisho/releases/tag/2.8.8">2.8.8</a>
</b></p>

<b>
Expand Down
2 changes: 1 addition & 1 deletion yuuna/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1927,4 +1927,4 @@ packages:
version: "1.12.4"
sdks:
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.10.5"
flutter: ">=3.10.6"
4 changes: 2 additions & 2 deletions yuuna/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: yuuna
description: A full-featured immersion language learning suite for mobile.
publish_to: 'none'
version: 2.8.7+102
version: 2.8.8+103
environment:
sdk: ">=3.0.0<4.0.0"
flutter: "^3.10.5"
flutter: "^3.10.6"

dependencies:
audio_service: ^0.18.9
Expand Down

0 comments on commit bddc488

Please sign in to comment.