Skip to content

Commit

Permalink
Version 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-taffe committed Nov 28, 2018
1 parent ed267cf commit 1e6e218
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BetteReddit/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ - (IBAction)refreshFeed:(id)sender {
[[NSNotificationCenter defaultCenter] postNotificationName:REFRESH_FEED object:nil];
}
- (IBAction)refreshPost:(id)sender {

[[NSNotificationCenter defaultCenter] postNotificationName:REFRESH_POST object:nil];
}
- (IBAction)showPreferences:(id)sender {
NSStoryboard *storyboard = [NSStoryboard storyboardWithName:@"Preferences" bundle:nil];
Expand Down
4 changes: 2 additions & 2 deletions BetteReddit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.12</string>
<string>0.13</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file added Updates/BetteReddit-2018-11-27 20-03-51.zip
Binary file not shown.
Binary file added Updates/BetteReddit4-3.delta
Binary file not shown.
7 changes: 7 additions & 0 deletions Updates/appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,11 @@
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure url="https://raw.githubusercontent.com/alex-taffe/BetteReddit/master/Updates/BetteReddit.zip" sparkle:version="3" sparkle:shortVersionString="0.12" length="3408153" type="application/octet-stream"/>
</item>
<item>
<title>0.13</title>
<pubDate>Tue, 27 Nov 2018 20:04:23 -0500</pubDate>
<sparkle:minimumSystemVersion>10.14</sparkle:minimumSystemVersion>
<enclosure url="https://raw.githubusercontent.com/alex-taffe/BetteReddit/master/Updates/BetteReddit-2018-11-27%2020-03-51.zip" sparkle:version="4" sparkle:shortVersionString="0.13" length="3408165" type="application/octet-stream"/>
</item>

</channel></rss>

0 comments on commit 1e6e218

Please sign in to comment.