Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyian committed Feb 4, 2024
1 parent b6c295b commit e0ed07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.8'
flutter-version: '3.16.9'

- name: Get dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flappy_bird
description: "Flappy bird simulation"
publish_to: 'none'
version: 0.1.0
version: 1.0.1

environment:
sdk: '>=3.2.5 <4.0.0'
Expand Down

0 comments on commit e0ed07d

Please sign in to comment.