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

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffResc committed Jun 2, 2020
1 parent 67cf075 commit 839a795
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 = armv7 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: dev.jeffresc.songshare
Name: SongShare
Depends: mobilesubstrate, firmware (>=10.0), ws.hbang.common (>= 1.15.1), com.cokepokes.libnotifications (>= 0.3)
Version: 1.0.0
Version: 1.0.1
Architecture: iphoneos-arm
Description: Easily share songs with friends!
Maintainer: Jeff Rescignano
Expand Down
2 changes: 1 addition & 1 deletion songshareprefs/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";
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 839a795

Please sign in to comment.