Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffResc committed May 29, 2020
1 parent 8bcf8a9 commit b525568
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PACKAGE_VERSION = 1.0.0
PACKAGE_VERSION = 1.0.1
DEBUG = 0
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: com.jeffresc.dynamik
Name: Dynamik
Depends: mobilesubstrate, firmware (>=11.0), ws.hbang.common (>= 1.14)
Version: 1.0.0
Version: 1.0.1
Architecture: iphoneos-arm
Description: Dynamic wallpapers of your choice from Reddit
Maintainer: JeffResc <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion dynamikprefs/DynamikRootListController.m
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ - (void)GitHub_Source_Code_Link {
}

- (void)Packix_Depiction_Page_Link {
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://repo.packix.com/package/dev.jeffresc.dynamik/"]];
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://repo.packix.com/package/com.jeffresc.dynamik/"]];
}

- (void)Twitter_Profile_Link {
Expand Down
2 changes: 1 addition & 1 deletion dynamikprefs/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion dynamikprefs/zodiacs.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(id)re
versionLabel = [[UILabel alloc] initWithFrame:versionFrame];
[versionLabel setFont:[UIFont systemFontOfSize:22 weight: UIFontWeightMedium] ];
versionLabel.textColor = [UIColor colorWithRed:1 green:1 blue:1 alpha:0.8];
versionLabel.text = @"1.0.0";
versionLabel.text = @"1.0.1";

bgView.backgroundColor = [UIColor colorWithRed:0.46 green:0.72 blue:0.84 alpha:1.0];

Expand Down

0 comments on commit b525568

Please sign in to comment.