Skip to content

Commit

Permalink
[Client] Bump to the 1.2.0+25
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Nov 27, 2023
1 parent 5328e12 commit 0e9d4a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CastIt.Client/macos/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
<string>$(PRODUCT_COPYRIGHT)</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion CastIt.Client/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ packages:
source: hosted
version: "1.2.0"
synchronized:
dependency: transitive
dependency: "direct main"
description:
name: synchronized
sha256: "5fcbd27688af6082f5abd611af56ee575342c30e87541d0245f7ff99faa02c60"
Expand Down
3 changes: 2 additions & 1 deletion CastIt.Client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# 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: 1.2.0+22
version: 1.2.0+25

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -42,6 +42,7 @@ dependencies:
shared_preferences: ^2.2.2
signalr_core: ^1.1.1
sprintf: ^7.0.0
synchronized: ^3.1.0
url_launcher: ^6.2.1
web_socket_channel: ^2.4.0
window_size:
Expand Down

0 comments on commit 0e9d4a3

Please sign in to comment.