Skip to content

Commit c007c2e

Browse files
committed
Bumped to 0.1.4 - Fixed podspec issue
1 parent 9bf77ab commit c007c2e

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
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.3"
9+
versionName "0.1.4"
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.3"
3+
s.version = "0.1.4"
44
s.summary = "Asynchronous, non-blocking SQLite3 bindings for LiqudCore"
55

66
s.description = <<-DESC

package.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "0.1.4",
55
"homepage": "http://github.com/mapbox/node-sqlite3",
66
"author": {
77
"name": "MapBox",

0 commit comments

Comments
 (0)