Skip to content

Commit

Permalink
v0.10.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Jan 11, 2025
1 parent 31f78fd commit 4b35e53
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pikatorrent
description: "A BitTorrent client for the 21st century"
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
Expand All @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.10.0+1
version: 0.10.0-beta1+1

environment:
sdk: ^3.5.3
Expand Down Expand Up @@ -89,7 +89,6 @@ dev_dependencies:

# The following section is specific to Flutter packages.
flutter:

# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
Expand Down

0 comments on commit 4b35e53

Please sign in to comment.