Skip to content

Commit

Permalink
Update version number to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekeSnider committed Aug 22, 2020
1 parent 6cf8301 commit 4d24dcd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jared.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1036,7 +1036,7 @@
INFOPLIST_FILE = JaredUI/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.jaredapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand All @@ -1062,7 +1062,7 @@
INFOPLIST_FILE = JaredUI/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 1.4;
MARKETING_VERSION = 1.5;
PRODUCT_BUNDLE_IDENTIFIER = com.jaredapp;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "";
Expand Down
2 changes: 1 addition & 1 deletion Jared/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

/* Version */
"versionDescription" = "Get what version Jared is running";
"versionResponse" = "I am version 1.4 of Jared, compiled on Swift 5!";
"versionResponse" = "I am version 1.5 of Jared, compiled on Swift 5!";

/* send */
"sendSyntax" = "/send,[number of times],[send delay],[message to send]";
Expand Down
2 changes: 1 addition & 1 deletion JaredUI/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="EnU-Kl-1hP">
<rect key="frame" x="18" y="50" width="166" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Version 1.4" id="XbK-Ng-ppS">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Version 1.5" id="XbK-Ng-ppS">
<font key="font" metaFont="system"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
Expand Down

0 comments on commit 4d24dcd

Please sign in to comment.