Skip to content

Commit

Permalink
chore: set version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj committed Oct 30, 2023
1 parent d888689 commit 079fd00
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 @@ -55,7 +55,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.2")),
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.13.0")),
// Any other dependencies...
],
```
Expand Down Expand Up @@ -85,7 +85,7 @@ let package = Package(
// Your products
],
dependencies: [
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.12.2")),
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.13.0")),
// Any other dependencies...
],
targets: [
Expand All @@ -107,10 +107,10 @@ let package = Package(
### Cocoapods
```ruby
# for UIKitVersion
pod 'Vitamin', '= 0.12.2'
pod 'Vitamin', '= 0.13.0'

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

## 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.2"
s.version = "0.13.0"
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.2"
s.version = "0.13.0"
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.2"
s.version = "0.13.0"
s.summary = "The iOS implement of Decathlon's design system"

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

0 comments on commit 079fd00

Please sign in to comment.