Skip to content

Commit 3b02ee6

Browse files
committed
Release 1.0.6
1 parent 30fdfee commit 3b02ee6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Lingua-App/Lingua/Lingua.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
352352
CODE_SIGN_STYLE = Automatic;
353353
COMBINE_HIDPI_IMAGES = YES;
354-
CURRENT_PROJECT_VERSION = 10;
354+
CURRENT_PROJECT_VERSION = 17;
355355
DEAD_CODE_STRIPPING = YES;
356356
DEVELOPMENT_ASSET_PATHS = "";
357357
DEVELOPMENT_TEAM = 7G58AP3AJX;
@@ -366,7 +366,7 @@
366366
"@executable_path/../Frameworks",
367367
);
368368
MACOSX_DEPLOYMENT_TARGET = 13.0;
369-
MARKETING_VERSION = 1.0.3;
369+
MARKETING_VERSION = 1.0.6;
370370
PRODUCT_BUNDLE_IDENTIFIER = com.povio.Lingua;
371371
PRODUCT_NAME = "$(TARGET_NAME)";
372372
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -385,7 +385,7 @@
385385
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
386386
CODE_SIGN_STYLE = Automatic;
387387
COMBINE_HIDPI_IMAGES = YES;
388-
CURRENT_PROJECT_VERSION = 10;
388+
CURRENT_PROJECT_VERSION = 17;
389389
DEAD_CODE_STRIPPING = YES;
390390
DEVELOPMENT_ASSET_PATHS = "";
391391
DEVELOPMENT_TEAM = 7G58AP3AJX;
@@ -400,7 +400,7 @@
400400
"@executable_path/../Frameworks",
401401
);
402402
MACOSX_DEPLOYMENT_TARGET = 13.0;
403-
MARKETING_VERSION = 1.0.3;
403+
MARKETING_VERSION = 1.0.6;
404404
PRODUCT_BUNDLE_IDENTIFIER = com.povio.Lingua;
405405
PRODUCT_NAME = "$(TARGET_NAME)";
406406
PROVISIONING_PROFILE_SPECIFIER = "";

Sources/LinguaLib/Common/Extensions/String+Extension.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Foundation
22

33
public extension String {
44
static let packageName = "Lingua"
5-
static let version = "1.0.5"
5+
static let version = "1.0.6"
66
static let swiftLocalizedName = "\(String.packageName).swift"
77
static let fileHeader = """
88
This file was generated with Lingua command line tool. Please do not change it!

0 commit comments

Comments
 (0)