Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ja-rek authored and Ja-rek committed Mar 7, 2019
1 parent 65a401a commit 6f417db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Monads/Monads.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageProjectUrl>https://github.com/Ja-rek/CleanMonads</PackageProjectUrl>
<PackageTags>Optional, Maybe, Either, Monad, CleanMonads</PackageTags>
<PackageId>CleanMonads</PackageId>
<Version>2.0.1</Version>
<Version>2.1.1</Version>
<Authors>Ja-Rek</Authors>
</PropertyGroup>

Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@ Use one of the the commands to install.

### Last Version

#### V2.0.1

#### Changes:

- Fixed bug in method "Just" of "MaybeFactory"
#### V2.1.1

### New Features!:

- Added methods like "RightOrZero", "LeftOrEmpty"
- Added factory methods like "Right\<TLeft, TRight\>"

0 comments on commit 6f417db

Please sign in to comment.