Skip to content

Commit 25cef9f

Browse files
committed
Pin dependency versions and bump version to v0.1.1
1 parent dd1a0a4 commit 25cef9f

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

HackerNews.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@
550550
isa = XCRemoteSwiftPackageReference;
551551
repositoryURL = "https://github.com/goranmoomin/HNAPI.git";
552552
requirement = {
553-
branch = master;
554-
kind = branch;
553+
kind = exactVersion;
554+
version = 0.0.4;
555555
};
556556
};
557557
5B544AC325DC121B00A3127E /* XCRemoteSwiftPackageReference "ModernAppKit" */ = {

HackerNews/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.1.0</string>
20+
<string>0.1.1</string>
2121
<key>CFBundleVersion</key>
22-
<string>80</string>
22+
<string>82</string>
2323
<key>LSMinimumSystemVersion</key>
2424
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
2525
<key>NSMainStoryboardFile</key>

docs/appcast.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,17 @@
1919
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.0/HackerNews26-13.delta" sparkle:version="26" sparkle:shortVersionString="0.1.0" sparkle:deltaFrom="13" length="91736" type="application/octet-stream" sparkle:edSignature="gpRcN+OK4i2kjzM2HOIpdLVwjQgGJJPMGCT+6bOw4lC/v7J7xDdAcdjyHSBAiUT0r3Rlvh/E4beX0twIRTVrBQ=="/>
2020
</sparkle:deltas>
2121
</item>
22+
<item>
23+
<title>0.1.1</title>
24+
<pubDate>Mon, 02 Aug 2021 18:32:10 +0900</pubDate>
25+
<sparkle:version>82</sparkle:version>
26+
<sparkle:shortVersionString>0.1.1</sparkle:shortVersionString>
27+
<sparkle:minimumSystemVersion>11.0</sparkle:minimumSystemVersion>
28+
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews-v0.1.1.app.zip" length="3782411" type="application/octet-stream" sparkle:edSignature="AF2QeT4/KM+Muw9tkVNuoLbXsCQNTSSWN99rPGoqbx3CUWIqFiS43+h1EkfZhFZEpwu+iIC4vQidOLnr834LBg=="/>
29+
<sparkle:deltas>
30+
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews82-13.delta" sparkle:deltaFrom="13" length="220048" type="application/octet-stream" sparkle:edSignature="WUCVVKmw5X0IOxkBTD7RSCbjKgZowVXRdyOlTQq4W2TRJD/1jBAAeXdk9TGy3OiZ8ZzsWsDeM4pddTatxs+dAQ=="/>
31+
<enclosure url="https://github.com/goranmoomin/HackerNews/releases/download/v0.1.1/HackerNews82-26.delta" sparkle:deltaFrom="26" length="215839" type="application/octet-stream" sparkle:edSignature="lfSTnyXPMbPZ+jVGeWdWpuPZED6jlGhFAJGrb3sbLIK6U8SFd0EZg9C39Ja7cX5lTRQ75SNNxWemPcDPc7TVCQ=="/>
32+
</sparkle:deltas>
33+
</item>
2234
</channel>
2335
</rss>

0 commit comments

Comments
 (0)