From 1555460ac288f06a30d819b3d1836fe80f4cdcb9 Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Fri, 12 May 2023 11:08:45 +0200 Subject: [PATCH] updated to v2.0.0 --- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 6ac2f0f..4c9cb36 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -127,7 +127,7 @@ packages: path: ".." relative: true source: path - version: "1.1.1" + version: "2.0.0" io: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 86f37dc..70fda6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: icalendar_parser description: Package to parse iCalendar (.ics) files written in pure Dart. -version: 1.1.1 +version: 2.0.0 homepage: https://github.com/TesteurManiak repository: https://github.com/TesteurManiak/icalendar_parser issue_tracker: https://github.com/TesteurManiak/icalendar_parser/issues