Skip to content

Commit 74850aa

Browse files
author
github-actions[bot][release]
committed
chore(release): 2.0.2 [skip ci]
## [2.0.2](2.0.1...2.0.2) (2026-02-13) ### Bug Fixes * use BSB (3034) consistently as the default/preview Bible version ([62ee22a](62ee22a))
1 parent 62ee22a commit 74850aa

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.2](https://github.com/youversion/platform-sdk-swift/compare/2.0.1...2.0.2) (2026-02-13)
6+
7+
8+
### Bug Fixes
9+
10+
* use BSB (3034) consistently as the default/preview Bible version ([62ee22a](https://github.com/youversion/platform-sdk-swift/commit/62ee22acbf13f82cdc622fc8b4af36a6135b8254))
11+
512
## [2.0.1](https://github.com/youversion/platform-sdk-swift/compare/2.0.0...2.0.1) (2026-02-13)
613

714

YouVersionPlatform.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YouVersionPlatform'
33
s.module_name = 'YouVersionPlatform'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = 'YouVersion Platform features'
66
s.homepage = 'https://github.com/youversion/platform-sdk-swift'
77
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }

YouVersionPlatformCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YouVersionPlatformCore'
33
s.module_name = 'YouVersionPlatformCore'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = 'Core layer for YouVersion Platform'
66
s.homepage = 'https://github.com/youversion/platform-sdk-swift'
77
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }

YouVersionPlatformReader.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YouVersionPlatformReader'
33
s.module_name = 'YouVersionPlatformReader'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = 'YouVersion Platform Bible Reader'
66
s.homepage = 'https://github.com/youversion/platform-sdk-swift'
77
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }

YouVersionPlatformUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'YouVersionPlatformUI'
33
s.module_name = 'YouVersionPlatformUI'
4-
s.version = '2.0.1'
4+
s.version = '2.0.2'
55
s.summary = 'UI components for YouVersion Platform'
66
s.homepage = 'https://github.com/youversion/platform-sdk-swift'
77
s.license = { :type => 'Apache-2.0', :file => 'LICENSE' }

0 commit comments

Comments
 (0)