Skip to content

Commit

Permalink
Merge pull request #5 from adjust/PerikAdjust-patch-1
Browse files Browse the repository at this point in the history
Update META.json
  • Loading branch information
PerikAdjust authored Dec 5, 2023
2 parents 1b589eb + 2212b88 commit 301ae4a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "base62",
"author": "adjustgmbh",
"abstract": "Integers represented in base62",
"version": "0.0.1",
"maintainer": [ "Artur Zakirov <[email protected]>", "Manuel Kniep <[email protected]>" ],
"maintainer" : [
"adjustgmbh"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
Expand All @@ -14,14 +17,14 @@
}
},
"meta-spec": {
"version": "0.0.1",
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"description": "Integers represented in base62",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
"PostgreSQL": "10.0.0"
}
}
},
Expand Down

0 comments on commit 301ae4a

Please sign in to comment.