From 5cb397dc1d03bb74c5d286c145079188f4ccc51a Mon Sep 17 00:00:00 2001 From: Nathan Fiedler Date: Wed, 10 Mar 2021 08:57:14 -0800 Subject: [PATCH] chore: set version in pubspec.yaml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 42e2f45..70e2dc9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: oxidized description: Definitions of Rust-like types, Option and Result, to promote safer programming. -version: 4.0.0 +version: 4.1.0 homepage: https://github.com/nlfiedler/oxidized repository: https://github.com/nlfiedler/oxidized.git issue_tracker: https://github.com/nlfiedler/oxidized/issues