From a038912059b85844d720b5acd382a963b52e052e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 1 Sep 2020 15:27:14 +0200 Subject: [PATCH] Remove mentions of semver. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6410d36..a7df319 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ could break love-release. - [libzip][libzip] and its headers for lua-libzip. - Other libraries are automatically installed, but let's give them some credit: [lua-zip][lua-zip], [luafilesystem][lfs], - [loadconf][loadconf], [middleclass][middleclass], [semver][semver]. + [loadconf][loadconf], [middleclass][middleclass]. #### Optional - `love` can be used to determine your system LÖVE version. @@ -153,4 +153,3 @@ Every bug report or feature request is gladly welcome ! [loadconf]: https://github.com/Alloyed/loadconf [middleclass]: https://github.com/kikito/middleclass [package]: https://luarocks.org/modules/rucikir/love-release -[semver]: https://github.com/kikito/semver.lua