Skip to content

Commit 0bb0edf

Browse files
committed
fix: version 1.0.1
1 parent c061c4d commit 0bb0edf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

Diff for: .github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Publish to pub.dev
22

3-
environment:
3+
environment:
44
name: Production
55

66
on:

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## 1.0.0
22

3-
- \*\*BREAKING CHANGE: renames "Then" to "Also" to avoid conflicts with Future.then()
3+
- **FIX**: pubspec version
4+
5+
## 1.0.0
6+
7+
- **BREAKING CHANGE**: renames "Then" to "Also" to avoid conflicts with Future.then()
48

59
## 0.2.3
610

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: error_or_plus
22
description: A simple, fluent discriminated union of an error or a result. Inspired by ErrorOr for .net by Amantiband
3-
version: 0.2.3
3+
version: 1.0.1
44
repository: https://github.com/lucafabbri/flutter-error-or
55

66
environment:

0 commit comments

Comments
 (0)