Skip to content

Commit 00f0770

Browse files
committed
config: bump version to 1.2.0+1
1 parent 586585f commit 00f0770

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2.0+1
2+
3+
* Improve Android and SDK Compatibility Without Over-Upgrading
4+
* Acknowledgements: Thanks to @vicajilau for their PRs 🙏
5+
16
## 1.2.0
27

38
* Added support for 16 KB page sizes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Uses [RootBeer](https://github.com/scottyab/rootbeer) + DetectFrida for Android
99
In your flutter project add the dependency:
1010

1111
```yaml
12-
jailbreak_root_detection: "^1.1.6"
12+
jailbreak_root_detection: "^1.2.0+1"
1313
```
1414
1515
## Usage

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ packages:
8181
path: ".."
8282
relative: true
8383
source: path
84-
version: "1.1.6"
84+
version: "1.2.0+1"
8585
leak_tracker:
8686
dependency: transitive
8787
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jailbreak_root_detection
22
description: Uses RootBeer + DetectFrida for Android root detection and IOSSecuritySuite for iOS jailbreak detection.
3-
version: 1.1.6
3+
version: 1.2.0+1
44
homepage: https://github.com/w3connext/jailbreak_root_detection
55

66
environment:

0 commit comments

Comments
 (0)