Skip to content

Commit

Permalink
chore: set version to 0.12.2 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj authored Jul 21, 2023
1 parent 865654b commit 7c0915a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ For its [Digital section](https://www.decathlon.design/726f8c765/p/6145b2-overvi
Add Vitamin to the dependencies array of your package:
```swift
dependencies: [
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.12.0")),
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.12.2")),
// Any other dependencies...
],
```
Expand Down Expand Up @@ -84,7 +84,7 @@ let package = Package(
// Your products
],
dependencies: [
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.12.0")),
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.12.2")),
// Any other dependencies...
],
targets: [
Expand All @@ -106,10 +106,10 @@ let package = Package(
### Cocoapods
```ruby
# for UIKitVersion
pod 'Vitamin', '= 0.12.1'
pod 'Vitamin', '= 0.12.2'

# for SwiftUI version
pod 'VitaminSwiftUI', = '0.12.1'
pod 'VitaminSwiftUI', = '0.12.2'
```

## Available elements
Expand Down
2 changes: 1 addition & 1 deletion Vitamin.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Vitamin"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "The iOS implement of Decathlon's design system"

s.homepage = "https://github.com/Decathlon/vitamin-ios"
Expand Down
2 changes: 1 addition & 1 deletion VitaminCore.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "VitaminCore"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "The iOS implement of Decathlon's design system"

s.homepage = "https://github.com/Decathlon/vitamin-ios"
Expand Down
2 changes: 1 addition & 1 deletion VitaminSwiftUI.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "VitaminSwiftUI"
s.version = "0.12.1"
s.version = "0.12.2"
s.summary = "The iOS implement of Decathlon's design system"

s.homepage = "https://github.com/Decathlon/vitamin-ios"
Expand Down

0 comments on commit 7c0915a

Please sign in to comment.