Skip to content

Commit e40c5de

Browse files
Merge pull request #66 from readium/develop
1.2.3
2 parents db89041 + 7d5f82b commit e40c5de

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

opds/.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @aferditamuriqi

opds/Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github "readium/r2-shared-swift" == 1.4.2
1+
github "readium/r2-shared-swift" == 1.4.3
22
github "cezheng/Fuzi" == 3.1.1

opds/Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "cezheng/Fuzi" "3.1.1"
2-
github "readium/r2-shared-swift" "1.4.2"
2+
github "readium/r2-shared-swift" "1.4.3"

opds/ReadiumOPDS.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22

33
s.name = "ReadiumOPDS"
4-
s.version = "1.2.2"
4+
s.version = "1.2.3"
55
s.license = "BSD 3-Clause License"
66
s.summary = "Readium OPDS"
77
s.homepage = "http://readium.github.io"
88
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
9-
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "1.2.2" }
9+
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "1.2.3" }
1010
s.exclude_files = ["**/Info*.plist"]
1111
s.requires_arc = true
1212
s.resources = ['readium-opds/Resources/**']

0 commit comments

Comments
 (0)