From 36aea27bf05c8c8fad310990528abbdee1bad564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A4se=20Fuchs?= Date: Fri, 23 Jun 2023 14:02:20 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20Release=201.0.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 1.0.4 released! --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1df6da5..fc71912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -## Unreleased +## 1.0.4 -**Release date:** `N/A` +**Release date:** `2023-06-23` ### Fixed diff --git a/pubspec.yaml b/pubspec.yaml index 357b7c1..697f6c5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: chromium_pickle -version: 1.0.3 +version: 1.0.4 description: This library ports Chromium's Pickle class to Dart and provides facilities for basic binary value packing and unpacking. homepage: https://github.com/kasefuchs/chromium-pickle-dart#readme repository: https://github.com/kasefuchs/chromium-pickle-dart