Skip to content

Commit cc3fd6d

Browse files
committed
Version 0.1.2: Fixed issue 0.1.1 was supposed to fix.
1 parent ecb65be commit cc3fd6d

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

liquidcore/node-sqlite3/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66
minSdkVersion 16
77
targetSdkVersion 28
88
versionCode 1
9-
versionName "0.1.1"
9+
versionName "0.1.2"
1010
setProperty("archivesBaseName", "node-sqlite3")
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
externalNativeBuild {
-3 Bytes
Binary file not shown.

node-sqlite3.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "node-sqlite3"
3-
s.version = "0.1.1"
3+
s.version = "0.1.2"
44
s.summary = "Asynchronous, non-blocking SQLite3 bindings for LiqudCore"
55

66
s.description = <<-DESC

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"name": "@liquidcore/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "0.1.1",
5-
"mapbox_version": "4.0.6",
4+
"version": "0.1.2",
65
"homepage": "http://github.com/mapbox/node-sqlite3",
76
"author": {
87
"name": "MapBox",
@@ -12,7 +11,7 @@
1211
"module_name": "node_sqlite3",
1312
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
1413
"host": "https://mapbox-node-binary.s3.amazonaws.com",
15-
"remote_path": "./sqlite3/v{mapbox_version}/{toolset}/",
14+
"remote_path": "./sqlite3/v4.0.6/{toolset}/",
1615
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1716
},
1817
"contributors": [

0 commit comments

Comments
 (0)