From ae43076a12d7fad9c380c7c782a49c16f768b7b3 Mon Sep 17 00:00:00 2001 From: Matthew Caruana Galizia Date: Wed, 15 Jan 2025 20:23:03 +0100 Subject: [PATCH] bump to v0.4.1 --- datapackage.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datapackage.json b/datapackage.json index 34e765f..c06b4dd 100644 --- a/datapackage.json +++ b/datapackage.json @@ -3,7 +3,7 @@ "profile": "data-package", "title": "BCP 47/IANA language subtag data", "description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.", - "version": "0.3.23", + "version": "0.4.1", "keywords": [ "iana", "bcp47", diff --git a/package.json b/package.json index 2822b14..2604ac1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "language-subtag-registry", - "version": "0.3.23", + "version": "0.4.1", "type": "module", "description": "Full BCP 47 language subtag data from the official IANA repository, in JSON format with multiple indices.", "homepage": "https://github.com/mattcg/language-subtag-registry",