Skip to content

Commit

Permalink
Prepare 2.0.5 release (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansimson authored Jun 30, 2022
1 parent ba88a5b commit e6c729c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog
## 2.0.5 (2022-06-30)
- Updated Castle Android SDK to 3.0.4
- Updated Castle iOS SDK to 3.0.6

## 2.0.4 (2022-05-11)
- Updated Castle iOS SDK to 3.0.5
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api 'io.castle.android:castle:3.0.3'
api 'io.castle.android:castle:3.0.4'
}
12 changes: 6 additions & 6 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Castle (3.0.5)
- castle_flutter (2.0.4):
- Castle (= 3.0.5)
- Castle (3.0.6)
- castle_flutter (2.0.5):
- Castle (= 3.0.6)
- Flutter
- Flutter (1.0.0)

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

SPEC CHECKSUMS:
Castle: 303e564e7a92c26159e1d56df776ceb600f210dd
castle_flutter: aea6b40627a368eedc5e2bd3651dd116b93f7e28
Castle: 06958d4a51303c9149c938570099b9c4e498ccfd
castle_flutter: 6cb14fc19ab133c375f121efbf3d5d6b2fbb076e
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a

PODFILE CHECKSUM: 35180dd8bfdb3009227a30939f876a0e66c6d6b8
PODFILE CHECKSUM: aafe91acc616949ddb318b77800a7f51bffa2a4c

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.4"
version: "2.0.5"
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.5'
s.dependency 'Castle', '3.0.6'
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.4
version: 2.0.5
author: Castle Intelligence, Inc
homepage: https://github.com/castle/castle-flutter

Expand Down

0 comments on commit e6c729c

Please sign in to comment.