Skip to content

Commit c8e4ec1

Browse files
author
Bell App Lab
committed
Bump to v1.0.1
1 parent aac667b commit c8e4ec1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Backgroundable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "Backgroundable"
4-
s.version = "1.0.0"
4+
s.version = "1.0.1"
55
s.summary = "A collection of handy classes, extensions and global functions to handle being in the background using Swift."
66
s.screenshot = "https://github.com/BellAppLab/Backgroundable/raw/master/Images/backgroundable.png"
77

Example/Example.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@
985985
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
986986
SWIFT_VERSION = 4.0;
987987
TVOS_DEPLOYMENT_TARGET = 9.0;
988-
VERSION = 1.0;
988+
VERSION = 1.0.1;
989989
};
990990
name = Debug;
991991
};
@@ -1042,7 +1042,7 @@
10421042
SWIFT_VERSION = 4.0;
10431043
TVOS_DEPLOYMENT_TARGET = 9.0;
10441044
VALIDATE_PRODUCT = YES;
1045-
VERSION = 1.0;
1045+
VERSION = 1.0.1;
10461046
};
10471047
name = Release;
10481048
};

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Backgroundable [![Version](https://img.shields.io/badge/Version-1.0-black.svg?style=flat)](#installation) [![License](https://img.shields.io/cocoapods/l/Backgroundable.svg?style=flat)](#license)
1+
# Backgroundable [![Version](https://img.shields.io/badge/Version-1.1-black.svg?style=flat)](#installation) [![License](https://img.shields.io/cocoapods/l/Backgroundable.svg?style=flat)](#license)
22

33
[![Platforms](https://img.shields.io/badge/Platforms-iOS|tvOS|macOS|Linux-brightgreen.svg?style=flat)](#installation)
44
[![Swift support](https://img.shields.io/badge/Swift-3.3%20%7C%204.1-red.svg?style=flat)](#swift-versions-support)
@@ -186,7 +186,7 @@ github "BellAppLab/Backgroundable" ~> 1.0
186186

187187
```swift
188188
dependencies: [
189-
.package(url: "https://github.com/BellAppLab/Backgroundable", from: "1.0.0")
189+
.package(url: "https://github.com/BellAppLab/Backgroundable", from: "1.0.1")
190190
]
191191
```
192192

0 commit comments

Comments
 (0)