Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #74 from readium/2.0.0-alpha.1
Browse files Browse the repository at this point in the history
2.0.0-alpha.1
  • Loading branch information
mickael-menu committed Aug 11, 2020
2 parents d5b9e18 + b6e9033 commit 7a1ee8b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [2.0.0-alpha.1]

### Changed

* Update internal usage of the `Publication` shared models.

[unreleased]: https://github.com/readium/r2-opds-swift/compare/master...HEAD
[x.x.x]: https://github.com/readium/r2-opds-swift/compare/1.2.3...x.x.x
[2.0.0-alpha.1]: https://github.com/readium/r2-opds-swift/compare/1.2.3...2.0.0-alpha.1
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#github "readium/r2-shared-swift" == 1.4.3
github "readium/r2-shared-swift" "2.0.0-alpha.1"
github "cezheng/Fuzi" == 3.1.2
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
github "cezheng/Fuzi" "3.1.2"
github "dexman/Minizip" "1.4.0"
github "readium/r2-shared-swift" "c77b663dfed7e8e0d9317c7c01daaccb878bf9fb"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install ReadiumOPDS with Carthage:
2. Update your Cartfile to include the following:

```ruby
github "readium/r2-opds-swift" ~> 1.0.4
github "readium/r2-opds-swift" "develop"
```

3. Run `carthage update` and
Expand Down Expand Up @@ -67,7 +67,7 @@ ReadiumOPDS with CocoaPods:
use_frameworks!

target 'YourAppTargetName' do
pod 'ReadiumOPDS', :git => 'https://github.com/readium/r2-opds-swift.git'
pod 'ReadiumOPDS', :git => 'https://github.com/readium/r2-opds-swift.git', :branch => 'develop'
end
```

Expand Down
4 changes: 2 additions & 2 deletions ReadiumOPDS.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|

s.name = "ReadiumOPDS"
s.version = "1.2.3"
s.version = "2.0.0-alpha.1"
s.license = "BSD 3-Clause License"
s.summary = "Readium OPDS"
s.homepage = "http://readium.github.io"
s.author = { "Aferdita Muriqi" => "aferdita.muriqi@gmail.com" }
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "1.2.3" }
s.source = { :git => "https://github.com/readium/r2-opds-swift.git", :tag => "2.0.0-alpha.1" }
s.exclude_files = ["**/Info*.plist"]
s.requires_arc = true
s.resources = ['readium-opds/Resources/**']
Expand Down

0 comments on commit 7a1ee8b

Please sign in to comment.