Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Sep 9, 2020
1 parent 839e654 commit 6a4cc7f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions LGgramAssistant.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.hieplpvip.LGGramAssistant;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -586,7 +586,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.0.1;
MARKETING_VERSION = 1.0.2;
PRODUCT_BUNDLE_IDENTIFIER = com.hieplpvip.LGGramAssistant;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion LGgramAssistant/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2UA-sF-QOA">
<rect key="frame" x="120" y="36" width="160" height="16"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Version 1.0.1" usesSingleLineMode="YES" id="Yvs-Nm-uAg">
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Version 1.0.2" usesSingleLineMode="YES" id="Yvs-Nm-uAg">
<font key="font" metaFont="systemBold" size="12"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down
4 changes: 2 additions & 2 deletions LGgramAssistant/cs.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
/* Class = "NSMenuItem"; title = "Monitor Caps Lock"; ObjectID = "Nth-Jo-BIN"; */
"Nth-Jo-BIN.title" = "Kontrola Caps Locku";

/* Class = "NSTextFieldCell"; title = "Version 1.0.1"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Verze 1.0.1";
/* Class = "NSTextFieldCell"; title = "Version 1.0.2"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Verze 1.0.2";

/* Class = "NSWindow"; title = "About LG gram Assistant"; ObjectID = "eOf-uU-tUq"; */
"eOf-uU-tUq.title" = "O aplikaci LG gram Assistant";
4 changes: 2 additions & 2 deletions LGgramAssistant/de.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "Q77-Nx-rEG"; */
"Q77-Nx-rEG.title" = "Beenden";

/* Class = "NSTextFieldCell"; title = "Version 1.0.1"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Version 1.0.1";
/* Class = "NSTextFieldCell"; title = "Version 1.0.2"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Version 1.0.2";

4 changes: 2 additions & 2 deletions LGgramAssistant/it.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "Q77-Nx-rEG"; */
"Q77-Nx-rEG.title" = "Esci";

/* Class = "NSTextFieldCell"; title = "Version 1.0.1"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Versione 1.0.1";
/* Class = "NSTextFieldCell"; title = "Version 1.0.2"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "Versione 1.0.2";
4 changes: 2 additions & 2 deletions LGgramAssistant/zh-Hans.lproj/Main.strings
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "Q77-Nx-rEG"; */
"Q77-Nx-rEG.title" = "退出";

/* Class = "NSTextFieldCell"; title = "Version 1.0.1"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "版本 1.0.1";
/* Class = "NSTextFieldCell"; title = "Version 1.0.2"; ObjectID = "Yvs-Nm-uAg"; */
"Yvs-Nm-uAg.title" = "版本 1.0.2";

0 comments on commit 6a4cc7f

Please sign in to comment.