From f393be168b7d66d9f6e5e30cb27675590706deb1 Mon Sep 17 00:00:00 2001 From: Perik Rigoudy <117086694+PerikAdjust@users.noreply.github.com> Date: Mon, 6 Nov 2023 08:40:14 +0100 Subject: [PATCH] Update META.json standardization of META.json with other extensions for deployment purposes --- META.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/META.json b/META.json index 04f20ef..0ec0298 100644 --- a/META.json +++ b/META.json @@ -1,15 +1,17 @@ { "name": "currency", "abstract": "Enumerable currency list, stored in a single-byte, fixed-length type.", - "version": "0.0.3", - "maintainer": [ "Chris Travers ", "Manuel Kniep " ], + "version": "0.0.4", + "maintainer" : [ + "adjustgmbh" + ], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "provides": { "currency": { "file": "sql/pg-currency.sql", - "version": "0.0.3", + "version": "0.0.4", "abstract": "Enumerable currency list, stored in a single-byte, fixed-length type." } }, @@ -21,7 +23,7 @@ "prereqs": { "runtime": { "requires": { - "PostgreSQL": "9.3.0" + "PostgreSQL": "10.0.0" } } },