Skip to content

Commit 863152c

Browse files
committed
Upgrade to version 1.1.0
1 parent 357f53c commit 863152c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ It's easy to use and has no extra dependencies.
1111
If you want to add this package to your project, execute the following command:
1212

1313
``` shell
14-
dotnet add package FSlugify --version 1.0.0
14+
dotnet add package FSlugify --version 1.1.0
1515
```
1616

1717
## Build on your machine

src/FSlugify/FSlugify.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<PropertyGroup>
88
<PackageId>FSlugify</PackageId>
99
<Title>FSlugify: a minimalistic slug generator library</Title>
10-
<Version>1.0.0</Version>
10+
<Version>1.1.0</Version>
1111
<Description>FSlugify is a slug generator library written entirely in F#.</Description>
1212
<Authors>Enrico Galassi</Authors>
1313
<PackageLicenseUrl>https://raw.githubusercontent.com/galassie/fslugify/master/LICENSE.md</PackageLicenseUrl>

0 commit comments

Comments
 (0)