diff --git a/CITATION.cff b/CITATION.cff index 7716d34..6d0d8ed 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,4 +1,4 @@ -cff-version: 1.0.0 +cff-version: 1.0.1 message: "Below is how you can cite this repo." authors: - family-names: "Alyafie" @@ -6,6 +6,6 @@ authors: - family-names: "Bekkai" given-names: "Amine Fatah" title: "Hijri Week Calendar" -version: 1.0.0 +version: 1.0.1 date-released: 2024-06-02 url: "https://github.com/khawarizmus/hijri-week-calendar-proposal" diff --git a/README.md b/README.md index 338a6b4..c992e31 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the home repo for the Hijri Week Calendar Standard. The standard is a proposal for an ISO 8601 counterpart for Hijri week dates. The standard is intended to be used in conjunction with already existing Islamic calendar standards, such as the Umm al-Qura calendar, and is designed to be as compatible as possible with the ISO 8601 calendar. -For more information, see the [proposal](https://github.com/khawarizmus/hijri-week-calendar-proposal/releases/download/v1.0.0/main.pdf) (Will download a file). +For more information, see the [proposal](https://github.com/khawarizmus/hijri-week-calendar-proposal/releases/download/v1.0.1/main.pdf) (Will download a file). ## Implementation diff --git a/package.json b/package.json index b0f96e8..cac6b3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hijri-week-calendar-standard", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": {