Skip to content

Commit 91c1fc1

Browse files
committed
Version 0.16.0.
1 parent 9d1d4a4 commit 91c1fc1

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Numberick-NBKCoreKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.15.0"
15+
spec.version = "0.16.0"
1616
spec.module_name = "NBKCoreKit"
1717
spec.name = "Numberick-#{spec.module_name}"
1818
spec.summary = "A new protocol hierarchy that refines Swift's standard library."

Numberick-NBKDoubleWidthKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.15.0"
15+
spec.version = "0.16.0"
1616
spec.module_name = "NBKDoubleWidthKit"
1717
spec.name = "Numberick-#{spec.module_name}"
1818
spec.summary = "A composable, large, fixed-width, two's complement, binary integer."

Numberick.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#*=============================================================================*
1313

1414
Pod::Spec.new do |spec|
15-
spec.version = "0.15.0"
15+
spec.version = "0.16.0"
1616
spec.module_name = "Numberick"
1717
spec.name = "Numberick"
1818
spec.summary = "✨ An arithmagick overhaul in Swift."

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
| Package | Swift | iOS | Mac Catalyst | macOS | tvOS | watchOS |
66
|:-------:|:-----:|:-----:|:------------:|:-----:|:-----:|:-------:|
7-
| 0.15.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
7+
| 0.16.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
88

99
## Table of Contents
1010

@@ -131,7 +131,7 @@ Numberick contains several modules. Import some or all of them.
131131
Add this package to your list of package dependencies.
132132

133133
```swift
134-
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.15.0")),
134+
.package(url: "https://github.com/oscbyspro/Numberick.git", .upToNextMinor(from: "0.16.0")),
135135
```
136136

137137
Choose target dependencies from the products in [Package.swift](Package.swift).
@@ -147,9 +147,9 @@ Choose target dependencies from the products in [Package.swift](Package.swift).
147147
Choose target dependencies from the pods listed in the root directory.
148148

149149
```rb
150-
pod "Numberick", "~> 0.15.0"
151-
pod "Numberick-NBKCoreKit", "~> 0.15.0"
152-
pod "Numberick-NBKDoubleWidthKit", "~> 0.15.0"
150+
pod "Numberick", "~> 0.16.0"
151+
pod "Numberick-NBKCoreKit", "~> 0.16.0"
152+
pod "Numberick-NBKDoubleWidthKit", "~> 0.16.0"
153153
```
154154

155155
<a name="acknowledgements"/>

0 commit comments

Comments
 (0)