diff --git a/Makefile b/Makefile index e8ffb27..4ed9a7b 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ gen: + mise use tuist@3.36.2 tuist fetch tuist generate diff --git a/Project.swift b/Project.swift index 733fe37..f527bfb 100644 --- a/Project.swift +++ b/Project.swift @@ -14,7 +14,7 @@ protocol ProjectFactory { extension Plist.Value { static var displayName: Plist.Value = "42Box" static var displayShareExtensionName: Plist.Value = "42Box.Share" - static var appVersion: Plist.Value = "1.1.0" + static var appVersion: Plist.Value = "1.1.1" } // MARK: - iBox Factory