Skip to content

Commit

Permalink
Release 2.13.0 (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
cocojoe authored Sep 30, 2019
1 parent 2b06806 commit 55cf200
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion App/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.13.0](https://github.com/auth0/Lock.swift/tree/2.13.0) (2019-09-30)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.12.0...2.13.0)

**Deprecated**
- Deprecated Legacy 1Password Manager Functionality [\#572](https://github.com/auth0/Lock.swift/pull/572) ([cocojoe](https://github.com/cocojoe))

**Fixed**
- Fix LockViewController scrolling [\#571](https://github.com/auth0/Lock.swift/pull/571) ([ejensen](https://github.com/ejensen))

## [2.12.0](https://github.com/auth0/Lock.swift/tree/2.12.0) (2019-08-27)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.11.0...2.12.0)

Expand Down
2 changes: 1 addition & 1 deletion Lock/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion LockUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.12.0</string>
<string>2.13.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ Need help migrating from v1? Please check our [Migration Guide](MIGRATION.md)
Add the following line to your Podfile:

```ruby
pod "Lock", "~> 2.12"
pod "Lock", "~> 2.13"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.12
github "auth0/Lock.swift" ~> 2.13
```

## Usage
Expand Down

0 comments on commit 55cf200

Please sign in to comment.