Skip to content

Commit

Permalink
SQLiteConnectorDatabase.java (Android) update copyright (2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jan 1, 2018
1 parent b42ad79 commit 3de4258
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

##### cordova-sqlite-legacy-core 1.0.7-pre1
##### cordova-sqlite-legacy-core 1.0.7-pre2

###### cordova-sqlite-legacy-express-core 1.0.5

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-sqlite-legacy-core",
"version": "1.0.7-pre1",
"version": "1.0.7-pre2",
"description": "Native interface to SQLite for PhoneGap/Cordova (legacy core version branch)",
"cordova": {
"id": "cordova-sqlite-legacy-core",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-sqlite-legacy-core"
version="1.0.7-pre1">
version="1.0.7-pre2">

<name>Cordova sqlite storage plugin - legacy core version branch</name>

Expand Down
2 changes: 1 addition & 1 deletion src/android/io/sqlc/SQLiteConnectorDatabase.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012-2016: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2012-2018: Christopher J. Brody (aka Chris Brody)
* Copyright (c) 2005-2010, Nitobi Software Inc.
* Copyright (c) 2010, IBM Corporation
*/
Expand Down

0 comments on commit 3de4258

Please sign in to comment.