From e030329db4a5b27f0992522caad10f3e8f09221c Mon Sep 17 00:00:00 2001 From: rultor Date: Mon, 11 Dec 2023 02:01:18 +0000 Subject: [PATCH] version 0.1.3 --- CHANGELOG.md | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e87335..7143d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.3] - 2023-12-11 + ### Added - Network availability checker — diff --git a/pubspec.yaml b/pubspec.yaml index d924816..d0c4297 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: astronomy_picture_of_the_day description: A Flutter project to display NASA's astronomy picture of the day. publish_to: 'none' -version: 0.1.2 +version: 0.1.3 environment: sdk: '>=3.1.5 <4.0.0'