Skip to content

Commit

Permalink
chore(release): 9.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [9.0.1](v9.0.0...v9.0.1) (2021-02-24)

### Bug Fixes

* **Accessibility:** improve Accessibility on Cards. Update Cards docs ([#86](#86)) ([3bbe36b](3bbe36b))
  • Loading branch information
semantic-release-bot committed Feb 24, 2021
1 parent 7baff83 commit 787faeb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [9.0.1](https://github.com/Telefonica/mistica-ios/compare/v9.0.0...v9.0.1) (2021-02-24)


### Bug Fixes

* **Accessibility:** improve Accessibility on Cards. Update Cards docs ([#86](https://github.com/Telefonica/mistica-ios/issues/86)) ([3bbe36b](https://github.com/Telefonica/mistica-ios/commit/3bbe36b64b8eb106a5d1ee868ed447eba6d15d21))

# [9.0.0](https://github.com/Telefonica/mistica-ios/compare/v8.0.1...v9.0.0) (2021-02-17)


Expand Down
2 changes: 1 addition & 1 deletion Mistica.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Mistica'
s.version = '9.0.0'
s.version = '9.0.1'
s.summary = 'Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.'
s.description = <<-DESC
Mistica is an iOS framework that contains reusable UI components and utilities for the Telefonica group.
Expand Down
2 changes: 1 addition & 1 deletion Mistica/SupportFiles/Mistica.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 9.0.0
VERSION_NUMBER = 9.0.1
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down
2 changes: 1 addition & 1 deletion MisticaCatalog/SupportFiles/Config.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

// Versioning
VERSION_NUMBER = 9.0.0
VERSION_NUMBER = 9.0.1
CURRENT_PROJECT_VERSION = 1 //Build

// Build options
Expand Down

0 comments on commit 787faeb

Please sign in to comment.