Skip to content

Commit 2c1cdf9

Browse files
committed
Version 0.10.0.
1 parent 8fcc57a commit 2c1cdf9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
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.10.0-alpha"
15+
spec.version = "0.10.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.10.0-alpha"
15+
spec.version = "0.10.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.10.0-alpha"
15+
spec.version = "0.10.0"
1616
spec.name = "Numberick"
1717
spec.module_name = "Numberick"
1818
spec.summary = "✨ An arithmagick overhaul in Swift."

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
| Package | Swift | iOS | Mac Catalyst | macOS | tvOS | watchOS |
66
|:-------:|:-----:|:-----:|:------------:|:-----:|:-----:|:-------:|
77
| 0.10.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
8-
| 0.9.0 | 5.7 | 16.4 | 16.4 | 13.3 | 16.4 | 9.4 |
98

109
## NBKCoreKit ([Sources][COR/S], [Tests][COR/T], [Benchmarks][COR/B])
1110

0 commit comments

Comments
 (0)