Skip to content

Commit

Permalink
2.0.4 (#31)
Browse files Browse the repository at this point in the history
* Update library version to 2.0.4

* Update iOS SDK to 3.0.5

* Update changelog
  • Loading branch information
aalekz authored May 11, 2022
1 parent a149dc6 commit ba88a5b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog

## 2.0.4 (2022-05-11)
- Updated Castle iOS SDK to 3.0.5

## 2.0.3 (2022-04-29)
- Updated Castle Android SDK to 3.0.3
- Updated Castle iOS SDK to 3.0.4
Expand Down
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Castle (3.0.4)
- castle_flutter (2.0.3):
- Castle (= 3.0.4)
- Castle (3.0.5)
- castle_flutter (2.0.4):
- Castle (= 3.0.5)
- Flutter
- Flutter (1.0.0)

Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Castle: f3b276056ae42c0925d1485003a746d53914c920
castle_flutter: e3f5f304b19011241a906508ed9c03f5e9622cab
Castle: 303e564e7a92c26159e1d56df776ceb600f210dd
castle_flutter: aea6b40627a368eedc5e2bd3651dd116b93f7e28
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a

PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c
PODFILE CHECKSUM: 35180dd8bfdb3009227a30939f876a0e66c6d6b8

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.3"
version: "2.0.4"
characters:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/castle_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Castle', '3.0.4'
s.dependency 'Castle', '3.0.5'
end
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description: Castle Flutter plugin.
name: castle_flutter
version: 2.0.3
version: 2.0.4
author: Castle Intelligence, Inc
homepage: https://github.com/castle/castle-flutter

Expand Down

0 comments on commit ba88a5b

Please sign in to comment.