Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nolanlawson committed Jun 21, 2016
1 parent 53be41e commit 33afdef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-sqlite-2",
"version": "1.0.3",
"version": "1.0.4",
"description": "Cordova SQLite Plugin 2",
"scripts": {
"build": "rimraf dist && mkdirp dist && browserify -t rollupify -s sqlitePlugin src/javascript/index.js > dist/sqlite-plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-sqlite-2" version="1.0.3">
id="cordova-plugin-sqlite-2" version="1.0.4">
<name>SQLitePlugin</name>
<description>Cordova SQLite Plugin 2</description>
<license>Apache 2.0</license>
Expand Down

0 comments on commit 33afdef

Please sign in to comment.