From eb1890b4ef125fe2340313565e9348eedd3f4853 Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 13 Jun 2026 11:53:22 -0400 Subject: [PATCH] chore: release v1.0.1 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08df85..961e681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project adheres to [Semantic Versioning](https://semver.org/). -## [Unreleased] +## 1.0.1 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 7e91a8d..e4c3c7b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: hijri_core description: > Hijri/Gregorian calendar conversion for Dart and Flutter. Pluggable engine system with built-in Umm al-Qura and FCNA calendars. Zero dependencies. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/acamarata/hijri-core-dart repository: https://github.com/acamarata/hijri-core-dart issue_tracker: https://github.com/acamarata/hijri-core-dart/issues