Skip to content

Commit

Permalink
feat: bump extension metadata to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Oct 8, 2024
1 parent da4b82d commit 4f9098f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "pg_uuidv7",
"abstract": "Create UUIDv7 values in Postgres",
"version": "1.5.0",
"version": "1.6.0",
"maintainer": "fboulnois <[email protected]>",
"license": "open_source",
"provides": {
"pg_uuidv7": {
"abstract": "Create UUIDv7 values in Postgres",
"file": "sql/pg_uuidv7--1.5.sql",
"file": "sql/pg_uuidv7--1.6.sql",
"docfile": "README.md",
"version": "1.5.0"
"version": "1.6.0"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MODULES = pg_uuidv7
EXTENSION = pg_uuidv7
DATA = sql/pg_uuidv7--1.5.sql
DATA = sql/pg_uuidv7--1.6.sql

TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
Expand Down
2 changes: 1 addition & 1 deletion pg_uuidv7.control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
comment = 'pg_uuidv7: create UUIDv7 values in postgres'
default_version = '1.5'
default_version = '1.6'
module_pathname = '$libdir/pg_uuidv7'
relocatable = true

0 comments on commit 4f9098f

Please sign in to comment.