Skip to content

Commit 8a55560

Browse files
committed
Promote 1.1.5-beta to 1.1.5
1 parent 5b43301 commit 8a55560

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.1.5-beta
1+
## 1.1.5
22

33
* Add `onBeforeSend` to process error payloads before sending them
44
* Upgrade dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
The world's best Flutter Crash Reporting solution.
77

8-
Current version: 1.1.5-beta
8+
Current version: 1.1.5
99
Latest stable version: 1.1.4
1010

1111
## Introduction
@@ -34,7 +34,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic
3434

3535
```
3636
dependencies:
37-
raygun4flutter: ^1.1.5-beta
37+
raygun4flutter: ^1.1.5
3838
```
3939

4040
Alternatively, your editor might support `flutter pub get`. Check the docs for your editor to learn more.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: raygun4flutter
22
description: Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
3-
version: 1.1.5-beta
3+
version: 1.1.5
44
homepage: https://raygun.com
55
repository: https://github.com/MindscapeHQ/Raygun4Flutter
66

0 commit comments

Comments
 (0)