Skip to content

Commit

Permalink
updated version numbers across relevant files
Browse files Browse the repository at this point in the history
  • Loading branch information
sacOO7 committed Mar 5, 2024
1 parent af60beb commit 1f1a463
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In `pubspec.yaml` file:

```yaml
dependencies:
ably_flutter: ^1.2.25
ably_flutter: ^1.2.27
```
### Import the package
Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.25):
- Ably (1.2.27):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.26):
- Ably (= 1.2.25)
- ably_flutter (1.2.27):
- Ably (= 1.2.27)
- Flutter
- AblyDeltaCodec (1.3.3)
- device_info_plus (0.0.1):
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.26"
version: "1.2.27"
args:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion ios/ably_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'Ably', '1.2.25'
s.dependency 'Ably', '1.2.27'
s.platform = :ios
s.ios.deployment_target = '10.0'

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ably_flutter
description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support.
version: 1.2.26
version: 1.2.27
repository: https://github.com/ably/ably-flutter

environment:
Expand Down
6 changes: 3 additions & 3 deletions test_integration/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Ably (1.2.25):
- Ably (1.2.27):
- AblyDeltaCodec (= 1.3.3)
- msgpack (= 0.4.0)
- ably_flutter (1.2.26):
- Ably (= 1.2.25)
- ably_flutter (1.2.27):
- Ably (= 1.2.27)
- Flutter
- AblyDeltaCodec (1.3.3)
- Flutter (1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion test_integration/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.26"
version: "1.2.27"
analyzer:
dependency: transitive
description:
Expand Down

0 comments on commit 1f1a463

Please sign in to comment.