Skip to content

Commit

Permalink
bump to v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-parrott committed Nov 5, 2014
1 parent 5b23b5c commit f323eef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions FlashlightApp/EasySIMBL/Flashlight-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions FlashlightApp/SIMBL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@
INFOPLIST_FILE = "SIMBL Agent/Info.plist";
INSTALL_PATH = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_VERSION = 0.2;
};
name = Debug;
};
Expand All @@ -385,6 +386,7 @@
INFOPLIST_FILE = "SIMBL Agent/Info.plist";
INSTALL_PATH = "";
PRODUCT_NAME = "$(TARGET_NAME)";
PRODUCT_VERSION = 0.2;
};
name = Release;
};
Expand Down
2 changes: 1 addition & 1 deletion FlashlightApp/SpotlightSIMBL/SpotlightSIMBL/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Nate Parrott. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit f323eef

Please sign in to comment.