Skip to content

Commit aa022cf

Browse files
committed
wakelock_plus, version 1.3.1. Addresses Issue #94.
1 parent 74dd6d3 commit aa022cf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

wakelock_plus/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [1.3.1]
2+
* [#95](https://github.com/fluttercommunity/wakelock_plus/pull/95): Fix SPM integration. Thanks [diegotori](https://github.com/diegotori).
3+
14
## [1.3.0]
25
* [#90](https://github.com/fluttercommunity/wakelock_plus/pull/90): Add Swift Package Manager Support. Thanks [Gustl22](https://github.com/Gustl22).
36

wakelock_plus/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: wakelock_plus
22
description: >-2
33
Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on
44
Android, iOS, macOS, Windows, Linux, and web.
5-
version: 1.3.0
5+
version: 1.3.1
66
repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus
77

88
environment:
@@ -15,7 +15,7 @@ dependencies:
1515
flutter_web_plugins:
1616
sdk: flutter
1717
meta: ^1.11.0
18-
wakelock_plus_platform_interface: ^1.2.2
18+
wakelock_plus_platform_interface: ^1.2.3
1919

2020
# Windows dependencies
2121
# win32 is compatible across v5 for Win32 only (not COM)

0 commit comments

Comments
 (0)