Skip to content

Commit

Permalink
Bump to version 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dverite committed Nov 28, 2020
1 parent d0b220c commit ee1c077
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,7 +1,7 @@
{
"name": "icu_ext",
"abstract": "Extension to expose functionality from the ICU (Unicode) library",
"version": "1.6.1",
"version": "1.6.2",
"release_status": "stable",
"maintainer": "Daniel Vérité <daniel@manitou-mail.org>",
"license": "postgresql",
Expand All @@ -16,7 +16,7 @@
"provides": {
"icu_ext": {
"file": "sql/icu_ext--1.3.sql",
"version": "1.6.1",
"version": "1.6.2",
"abstract": "Extension to expose functionality from the ICU (Unicode) library"
}
},
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = icu_ext
EXTVERSION = 1.6.1
EXTVERSION = 1.6.2

PG_CONFIG = pg_config

Expand Down

0 comments on commit ee1c077

Please sign in to comment.