Skip to content

Commit

Permalink
Version 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Sep 17, 2023
1 parent 28ccca6 commit 73ea125
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Numberick-NBKCoreKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.11.0"
spec.version = "0.12.0"
spec.module_name = "NBKCoreKit"
spec.name = "Numberick-#{spec.module_name}"
spec.summary = "A new protocol hierarchy that refines Swift's standard library."
Expand Down
2 changes: 1 addition & 1 deletion Numberick-NBKDoubleWidthKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.11.0"
spec.version = "0.12.0"
spec.module_name = "NBKDoubleWidthKit"
spec.name = "Numberick-#{spec.module_name}"
spec.summary = "A composable, large, fixed-width, two's complement, binary integer."
Expand Down
4 changes: 2 additions & 2 deletions Numberick.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#*=============================================================================*

Pod::Spec.new do |spec|
spec.version = "0.11.0"
spec.name = "Numberick"
spec.version = "0.12.0"
spec.module_name = "Numberick"
spec.name = "Numberick"
spec.summary = "✨ An arithmagick overhaul in Swift."

spec.license = { :type => "Apache-2.0", :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Package | Swift | iOS | Mac Catalyst | macOS | tvOS | watchOS |
|:-------:|:-----:|:-----:|:------------:|:-----:|:-----:|:-------:|
| 0.11.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |
| 0.12.0 | 5.7 | 14.0 | 14.0 | 11.0 | 14.0 | 7.0 |

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

Expand Down

0 comments on commit 73ea125

Please sign in to comment.