Skip to content

Commit

Permalink
v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKleSoft committed Jul 24, 2017
1 parent 2a9222d commit 8807df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cordova/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.maklesoft.padlock" version="2.0.0-alpha.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.maklesoft.padlock" version="2.0.0-beta.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Padlock</name>
<description>
</description>
Expand Down
4 changes: 2 additions & 2 deletions cordova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.maklesoft.padlock",
"version": "2.0.0-alpha.2",
"version": "2.0.0-beta.1",
"displayName": "Padlock",
"cordova": {
"platforms": [
Expand Down Expand Up @@ -55,4 +55,4 @@
"cordova-plugin-wkwebview-engine": "https://github.com/MaKleSoft/cordova-plugin-wkwebview-engine.git",
"ionic-plugin-keyboard": "~2.2.1"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "padlock",
"version": "2.0.0-alpha.3",
"version": "2.0.0-beta.1",
"description": "A minimalist password manager",
"author": "Martin Kleinschrodt <[email protected]>",
"license": "GPL-3.0",
Expand Down

0 comments on commit 8807df8

Please sign in to comment.