Skip to content

Commit

Permalink
Prepping 1.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gleu committed Oct 23, 2020
1 parent 559f4c7 commit 530b2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "log_functions",
"abstract": "Module to log functions",
"description": "log_functions is a PostgreSQL module that logs each function executed.",
"version": "1.0.1",
"version": "1.0.2",
"maintainer": "Guillaume Lelarge <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
Expand All @@ -11,11 +11,11 @@
"provides": {
"log_functions": {
"file": "log_functions.so",
"version": "1.0.1"
"version": "1.0.2"
}
},
"meta-spec": {
"version": "1.0.1",
"version": "1.0.2",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
Expand Down

0 comments on commit 530b2f2

Please sign in to comment.