Compare commits

...

2 Commits

Author SHA1 Message Date
Levi Buzolic
3a3bb026fb
Update README.md
Some checks failed
Android Build / build (push) Has been cancelled
2021-05-18 14:50:32 +10:00
Levi Buzolic
ceb2b99545 v2.4.0 2021-05-18 14:40:46 +10:00
2 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
# WARNING: I don't have the devices to test anymore, so testing is done by those submitting PRs bona fide.
![Jail Monkey](./_art/JailMonkey.jpg)
[![Version](https://img.shields.io/npm/v/jail-monkey.svg)](https://www.npmjs.com/package/jail-monkey) [![Downloads](https://img.shields.io/npm/dm/jail-monkey.svg)](https://npmcharts.com/compare/jail-monkey?minimal=true)
## Can you ever really trust a phone?
# Why?

View File

@ -61,5 +61,5 @@
"ts-check": "npx tsc jailmonkey.d.ts --noEmit"
},
"typings": "./jailmonkey.d.ts",
"version": "2.3.4"
"version": "2.4.0"
}