Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpeschenkov committed May 23, 2019
1 parent 1ef6c2e commit 70c0d90
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Podfile.lock
Expand Up @@ -13,4 +13,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 0d6b79d3c693ee9f006d318c6c6663cedfd38397

COCOAPODS: 1.5.3
COCOAPODS: 1.6.1
4 changes: 2 additions & 2 deletions Predator.xcodeproj/project.pbxproj
Expand Up @@ -401,7 +401,7 @@
inputFileListPaths = (
);
inputPaths = (
"${SRCROOT}/Pods/Target Support Files/Pods-PredatorSandbox/Pods-PredatorSandbox-frameworks.sh",
"${PODS_ROOT}/Target Support Files/Pods-PredatorSandbox/Pods-PredatorSandbox-frameworks.sh",
"${PODS_ROOT}/Sparkle/Sparkle.framework",
"${PODS_ROOT}/Sparkle/Sparkle.framework.dSYM",
);
Expand All @@ -414,7 +414,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PredatorSandbox/Pods-PredatorSandbox-frameworks.sh\"\n";
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PredatorSandbox/Pods-PredatorSandbox-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
6EE7CB5DB64C20B525C2AF40 /* [CP] Check Pods Manifest.lock */ = {
Expand Down
4 changes: 2 additions & 2 deletions Predator/Info.plist
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>9</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 漏 2019 Victor Peschenkov. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion PredatorCore/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion PredatorSandbox/Info.plist
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -17,7 +17,7 @@ Requires OS X El Capitan 10.11 and newer

## Installation

1. Click [here](https://github.com/vpeschenkov/Predator/releases/download/1.0.2/Predator.saver.zip) to download the latest release
1. Click [here](https://github.com/vpeschenkov/Predator/releases/download/1.0.3/Predator.saver.zip) to download the latest release
2. Open **Predator.saver** (double click)
3. `"Predator.saver" can't be opened because it is from an unidentified developer` will appear, press `OK`
4. Open `Preferences`
Expand Down
6 changes: 3 additions & 3 deletions appcast.xml
Expand Up @@ -2,9 +2,9 @@
<channel>
<title>Predator</title>
<item>
<title>1.0.2</title>
<pubDate>Tue, 21 May 2019 21:19:34 +0300</pubDate>
<title>1.0.3</title>
<pubDate>Thu, 23 May 2019 18:34:35 +0300</pubDate>
<sparkle:minimumSystemVersion>10.11</sparkle:minimumSystemVersion>
<enclosure url="https://github.com/vpeschenkov/Predator/releases/download/1.0.1/Predator.saver.zip" sparkle:version="5" sparkle:shortVersionString="1.0.2" length="8432035" type="application/octet-stream"/>
<enclosure url="https://github.com/vpeschenkov/Predator/releases/download/1.0.3/Predator.saver.zip" sparkle:version="9" sparkle:shortVersionString="1.0.3" length="8432434" type="application/octet-stream"/>
</item>
</channel></rss>

0 comments on commit 70c0d90

Please sign in to comment.