Skip to content

Commit 5b89856

Browse files
author
github-actions[bot][release]
committed
chore(release): 2.0.3 [skip ci]
## [2.0.3](2.0.2...2.0.3) (2026-02-13) ### Bug Fixes * override font in the footnote text in the footnotesView also ([7a0bcd7](7a0bcd7))
1 parent 7a0bcd7 commit 5b89856

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.3](https://github.com/youversion/platform-sdk-swift/compare/2.0.2...2.0.3) (2026-02-13)
6+
7+
8+
### Bug Fixes
9+
10+
* override font in the footnote text in the footnotesView also ([7a0bcd7](https://github.com/youversion/platform-sdk-swift/commit/7a0bcd753449f88b21c6c4f394131ad96cc0e7ac))
11+
512
## [2.0.2](https://github.com/youversion/platform-sdk-swift/compare/2.0.1...2.0.2) (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.2'
4+
s.version = '2.0.3'
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.2'
4+
s.version = '2.0.3'
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.2'
4+
s.version = '2.0.3'
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.2'
4+
s.version = '2.0.3'
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)