Skip to content

Commit

Permalink
feat: bump to v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fboulnois committed Apr 29, 2023
1 parent 9123d7f commit 486b101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.0.0",
"version": "1.0.1",
"maintainer": "fboulnois <[email protected]>",
"license": "open_source",
"provides": {
"pg_uuidv7": {
"abstract": "Create UUIDv7 values in Postgres",
"file": "pg_uuidv7--1.0.sql",
"docfile": "README.md",
"version": "1.0.0"
"version": "1.0.1"
}
},
"resources": {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ directory
```sh
# example shell script to install pg_uuidv7
cd "$(mktemp -d)"
curl -LO "https://github.com/fboulnois/pg_uuidv7/releases/download/v1.0.0/{pg_uuidv7.tar.gz,SHA256SUMS}"
curl -LO "https://github.com/fboulnois/pg_uuidv7/releases/download/v1.0.1/{pg_uuidv7.tar.gz,SHA256SUMS}"
tar xf pg_uuidv7.tar.gz
sha256sum -c SHA256SUMS
cp pg_uuidv7.so "$(pg_config --pkglibdir)"
Expand Down

0 comments on commit 486b101

Please sign in to comment.