Skip to content

Commit

Permalink
Update version numbers in pubspec.yaml and DEBIAN/control files
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 1, 2024
1 parent efa723f commit 1247707
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 58,392 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ jobs:
- name: Setup Fastlane
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.2.2"
ruby-version: "3.3.0"
bundler-cache: true
working-directory: app/android
- name: 🚀 Deploy to Play Store
Expand Down
2 changes: 1 addition & 1 deletion api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: butterfly_api
description: The Linwood Butterfly API
version: 2.0.1
version: 2.0.1-rc.0

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion app/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ AppDir:
id: dev.linwood.butterfly
name: Linwood Butterfly
icon: dev.linwood.butterfly
version: 2.0.1
version: 2.0.1-rc.0
exec: butterfly
exec_args: $@
apt:
Expand Down
2 changes: 1 addition & 1 deletion app/linux/debian/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: linwood-butterfly
Version: 2.0.1
Version: 2.0.1-rc.0
Section: base
Priority: optional
Homepage: https://github.com/LinwoodDev/butterfly
Expand Down
6 changes: 3 additions & 3 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ packages:
path: "../api"
relative: true
source: path
version: "2.0.1"
version: "2.0.1-rc.0"
camera:
dependency: "direct main"
description:
Expand Down Expand Up @@ -524,10 +524,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_native_splash
sha256: "141b20f15a2c4fe6e33c49257ca1bc114fc5c500b04fcbc8d75016bb86af672f"
sha256: "9cdb5d9665dab5d098dc50feab74301c2c228cd02ca25c9b546ab572cebcd6af"
url: "https://pub.dev"
source: hosted
version: "2.3.8"
version: "2.3.9"
flutter_plugin_android_lifecycle:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish_to: none
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.1+86
version: 2.0.1-rc.0+86

environment:
sdk: ">=3.0.0 <4.0.0"
Expand Down Expand Up @@ -94,7 +94,7 @@ dependencies:
device_info_plus: ^9.1.1
image: ^4.1.3
dev_dependencies:
flutter_native_splash: ^2.3.8
flutter_native_splash: ^2.3.9
#flutter_launcher_icons: ^0.11.0
flutter_lints: ^3.0.1
flutter_test:
Expand Down
29 changes: 7 additions & 22 deletions app/web/pdf.js/pdf.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1247707

Please sign in to comment.