From 839a7951854644c8d1469361d822eb6642ae3ede Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Tue, 2 Jun 2020 02:03:37 -0400 Subject: [PATCH] Bump version number --- Makefile | 2 +- control | 2 +- songshareprefs/zodiacs.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a447121..1b2b465 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/control b/control index 87c7e95..0d20165 100644 --- a/control +++ b/control @@ -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 diff --git a/songshareprefs/zodiacs.m b/songshareprefs/zodiacs.m index df4e988..8a29e0e 100644 --- a/songshareprefs/zodiacs.m +++ b/songshareprefs/zodiacs.m @@ -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];