Skip to content

Commit 47ce389

Browse files
committed
Prepare for new release
* Version 0.5.0
1 parent 50cb918 commit 47ce389

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.0 16 Dec 2020
2+
* Use 1.4.+ AppSpector Android SDK
3+
* Fix issue with missing Content-Length header
4+
15
## 0.4.0 6 Oct 2020
26
* Support new Flutter version (1.22.0)
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ API keys required for the SDK initialisation will be available on the Apps setti
4343
## Add AppSpector plugin to pubspec.yaml
4444
```yaml
4545
dependencies
46-
appspector: '0.4.0'
46+
appspector: '0.5.0'
4747
```
4848
4949
## Initialize AppSpector plugin

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: appspector
22
description: A plugin that integrate AppSpector to your Flutter project.
3-
version: 0.4.0
3+
version: 0.5.0
44
homepage: https://github.com/appspector/flutter-plugin
55

66
environment:

0 commit comments

Comments
 (0)