Skip to content

Commit 73a2a93

Browse files
committed
chore: bump version to 0.8.0
1 parent 5058956 commit 73a2a93

7 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,6 @@ This release prepares the API for a future stable version by simplifying and cle
8181
## 0.7.1
8282

8383
* Prevent fatal not initialized lateinit variable exeption
84+
## 0.8.0
85+
86+
* Update Cocoapods support.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add flutter_miracl_sdk to `pubspec.yaml`:
2424

2525
```yaml
2626
dependencies:
27-
flutter_miracl_sdk: ^0.7.0
27+
flutter_miracl_sdk: ^0.8.0
2828
```
2929
3030
If your application uses Cocoapods as an iOS dependency manager,

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ packages:
7676
path: ".."
7777
relative: true
7878
source: path
79-
version: "0.7.0"
79+
version: "0.8.0"
8080
flutter_test:
8181
dependency: "direct dev"
8282
description: flutter

integration_test_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ packages:
137137
path: ".."
138138
relative: true
139139
source: path
140-
version: "0.7.0"
140+
version: "0.8.0"
141141
flutter_test:
142142
dependency: "direct dev"
143143
description: flutter

ios/flutter_miracl_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Pod::Spec.new do |s|
77
s.name = 'flutter_miracl_sdk'
8-
s.version = '0.7.0'
8+
s.version = '0.8.0'
99
s.summary = 'MIRCAL Trust Flutter plugin'
1010
s.description = <<-DESC
1111
MIRCAL Trust Flutter plugin.

lib/src/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const sdkApplicationInfo = "flutter_miracl_sdk/0.7.0";
1+
const sdkApplicationInfo = "flutter_miracl_sdk/0.8.0";
22
const pluginNotInitializedErrorMessage = "The MIRACL Trust Flutter plugin is not initialized!";

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_miracl_sdk
22
description: MIRACL Trust Flutter Plugin
3-
version: 0.7.1
3+
version: 0.8.0
44
homepage: https://github.com/miracl/trust-sdk-flutter-wrapper
55

66
environment:

0 commit comments

Comments
 (0)