Skip to content

Commit 013310a

Browse files
committed
Bumped to 0.1.1 - Fixed issue local build
1 parent 0031093 commit 013310a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0"
9+
versionName "0.1.1"
1010
setProperty("archivesBaseName", "node-sqlite3")
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
externalNativeBuild {
1 Byte
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.0"
3+
s.version = "0.1.1"
44
s.summary = "Asynchronous, non-blocking SQLite3 bindings for LiqudCore"
55

66
s.description = <<-DESC

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@liquidcore/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",
@@ -11,7 +11,7 @@
1111
"module_name": "node_sqlite3",
1212
"module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
1313
"host": "https://mapbox-node-binary.s3.amazonaws.com",
14-
"remote_path": "./{name}/v{version}/{toolset}/",
14+
"remote_path": "./sqlite3/v{version}/{toolset}/",
1515
"package_name": "{node_abi}-{platform}-{arch}.tar.gz"
1616
},
1717
"contributors": [

0 commit comments

Comments
 (0)