Skip to content

Commit 192a19a

Browse files
committed
sc: bump
1 parent e237c14 commit 192a19a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Nuage.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
"@executable_path/../Frameworks",
514514
);
515515
MACOSX_DEPLOYMENT_TARGET = 13.0;
516-
MARKETING_VERSION = 0.0.8;
516+
MARKETING_VERSION = 0.0.9;
517517
PRODUCT_BUNDLE_IDENTIFIER = ch.laurinbrandner.nuage;
518518
PRODUCT_NAME = "$(TARGET_NAME)";
519519
SWIFT_VERSION = 5.0;
@@ -541,7 +541,7 @@
541541
"@executable_path/../Frameworks",
542542
);
543543
MACOSX_DEPLOYMENT_TARGET = 13.0;
544-
MARKETING_VERSION = 0.0.8;
544+
MARKETING_VERSION = 0.0.9;
545545
PRODUCT_BUNDLE_IDENTIFIER = ch.laurinbrandner.nuage;
546546
PRODUCT_NAME = "$(TARGET_NAME)";
547547
SWIFT_VERSION = 5.0;

Nuage/NuageApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ struct NuageApp: App {
148148
WindowGroup {
149149
if loggedIn {
150150
MainView()
151-
.frame(minWidth: 800, minHeight: 400)
151+
.frame(minWidth: 600, minHeight: 400)
152152
.environmentObject(player)
153153
.environmentObject(commandSubjects)
154154
.environment(\.showCreatedPlaylists, showCreatedPlaylists)

SoundCloud

0 commit comments

Comments
 (0)