Skip to content

Commit

Permalink
chore: bump version to 0.9.1 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
florentlotthepro authored Jan 20, 2023
1 parent 830e14a commit a7ef1f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ For its [Digital section](https://www.decathlon.design/726f8c765/p/6145b2-overvi

```swift
dependencies: [
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.8.0"))
.package(url: "https://github.com/Decathlon/vitamin-ios.git", .exact("0.9.1"))
]
```

### Cocoapods
```ruby
# for UIKitVersion
pod 'Vitamin', '= 0.8.0'
pod 'Vitamin', '= 0.9.1'

# for SwiftUI version
pod 'VitaminSwiftUI', = '0.8.0'
pod 'VitaminSwiftUI', = '0.9.1'
```

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

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

0 comments on commit a7ef1f4

Please sign in to comment.