Skip to content

Commit dc6049d

Browse files
committed
Bump version to fix PGXN release with wrong control file
1 parent 6a1195c commit dc6049d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pljs",
33
"abstract": "PLJS trusted procedural language",
44
"description": "PLJS is a QuickJS-based Javascript Language Extension for \"modern\" PostgreSQL. It is compact, lightweight, and decently fast.",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"maintainer": ["Jerry Sievert <code@legitimatesounding.com>"],
77
"license": {
88
"PostgreSQL": "http://www.postgresql.org/about/licence"
@@ -17,9 +17,9 @@
1717
},
1818
"provides": {
1919
"pljs": {
20-
"file": "pljs--1.0.2.sql",
20+
"file": "pljs--1.0.3.sql",
2121
"docfile": "README.md",
22-
"version": "1.0.2",
22+
"version": "1.0.3",
2323
"abstract": "PLJS trusted procedural language"
2424
}
2525
},

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: lintcheck format cleansql docs clean test all
22

3-
PLJS_VERSION = 1.0.2
3+
PLJS_VERSION = 1.0.3
44

55
PG_CONFIG ?= pg_config
66
PGXS := $(shell $(PG_CONFIG) --pgxs)

pljs.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
comment = 'PL/JS trusted procedural language'
22

3-
default_version = '1.0.1'
3+
default_version = '1.0.3'
44
module_pathname = '$libdir/pljs'
55
relocatable = false
66
schema = pg_catalog

0 commit comments

Comments
 (0)