Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-hjortdal committed Dec 7, 2024
1 parent 09280ae commit 783575f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ slugifier := slugify.default()
slug := slugifier.make('Slugs are NOT snails') // slugs-are-not-snails
```

Please take a look at the test files for more information.
Please refer to [slugify_test.v](./slugify_test.v) for more information.

## Notes

Expand Down
2 changes: 1 addition & 1 deletion v.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Module{
name: 'slugify'
description: 'Multi-language slug generator from string'
repo_url: 'https://github.com/einar-hjortdal/slugify'
version: '1.5.0'
version: '3.1.0'
license: 'NCSA'
dependencies: []
vcs: 'git'
Expand Down

0 comments on commit 783575f

Please sign in to comment.