From b8923f49a61680897d0b377a79c43e46aed742bf Mon Sep 17 00:00:00 2001 From: Aric Camarata Date: Sat, 13 Jun 2026 11:53:32 -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 7936963..43487fb 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 - 2026-06-13 ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 22f7457..93fb36f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: > Islamic prayer times for Dart and Flutter. Pure Dart port of the pray-calc library implementing the MCW seasonal model and dynamic twilight angles. Uses nrel_spa for the NREL Solar Position Algorithm. -version: 1.0.0 +version: 1.0.1 homepage: https://github.com/acamarata/pray-calc-dart repository: https://github.com/acamarata/pray-calc-dart issue_tracker: https://github.com/acamarata/pray-calc-dart/issues