Skip to content

Commit f867409

Browse files
committed
Releasing V1.0.0
1 parent 0039aa7 commit f867409

File tree

4 files changed

+294
-93
lines changed

4 files changed

+294
-93
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="com.github.jimskapt.lambdabager" version="0.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.github.jimskapt.lambdabager" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Lambda Badger</name>
44
<description />
55
<author email="[email protected]" href="https://github.com/Jimskapt">Jimskapt</author>

package-lock.json

Lines changed: 218 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-badger",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",
@@ -24,6 +24,7 @@
2424
"cordova-android": "^7.1.1",
2525
"cordova-browser": "^5.0.4",
2626
"cordova-plugin-whitelist": "^1.3.3",
27+
"cross-spawn": "^6.0.5",
2728
"is-stream": "^1.1.0",
2829
"lodash.clonedeep": "^4.5.0",
2930
"material-design-icons-iconfont": "^3.0.3",

0 commit comments

Comments
 (0)