Skip to content

Commit

Permalink
Release 2.16.0 (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket authored Mar 2, 2020
1 parent 4a5117f commit 6884d9a
Show file tree
Hide file tree
Showing 6 changed files with 13 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.15.0</string>
<string>2.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.16.0](https://github.com/auth0/Lock.swift/tree/2.16.0) (2020-03-02)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.15.0...2.16.0)

**Changed**
- Updated AuthButton style to match Lock.js [SDK-1376] [\#600](https://github.com/auth0/Lock.swift/pull/600) ([Widcket](https://github.com/Widcket))
- Updated AuthButton style [SDK-1376] [\#599](https://github.com/auth0/Lock.swift/pull/599) ([Widcket](https://github.com/Widcket))

## [2.15.0](https://github.com/auth0/Lock.swift/tree/2.15.0) (2020-02-06)
[Full Changelog](https://github.com/auth0/Lock.swift/compare/2.14.0...2.15.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.15.0</string>
<string>2.16.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.15.0</string>
<string>2.16.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.15.0</string>
<string>2.16.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.15"
pod "Lock", "~> 2.16"
```

### Carthage

In your `Cartfile` add

```ruby
github "auth0/Lock.swift" ~> 2.15
github "auth0/Lock.swift" ~> 2.16
```

## Usage
Expand Down

0 comments on commit 6884d9a

Please sign in to comment.