Skip to content

Commit

Permalink
Bump to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
raychz committed Feb 21, 2020
1 parent 6ede737 commit d2cc468
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.tabifyapp" version="1.2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.tabifyapp" version="1.2.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Tabify</name>
<description>The easiest way to pay and split the tab at your favorite restaurants. Redefine how you dine with Tabify.</description>
<author email="[email protected]" href="https://tabifyapp.com/">Tabify Team</author>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabify",
"version": "1.2.0",
"version": "1.2.1",
"author": "Raymond Chavez",
"homepage": "https://tabifyapp.com/",
"private": true,
Expand All @@ -11,6 +11,9 @@
"lint": "ionic-app-scripts lint",
"preinstall": "node -e 'if(/yarn\\.js$/.test(process.env.npm_execpath)) throw new Error(\"Use npm\")'"
},
"engines": {
"node": "10.19.0"
},
"dependencies": {
"@angular/animations": "5.2.11",
"@angular/common": "5.2.11",
Expand Down

0 comments on commit d2cc468

Please sign in to comment.