diff --git a/HTTPS API.md b/HTTPS API.md index b479b9c..e4d913a 100644 --- a/HTTPS API.md +++ b/HTTPS API.md @@ -1,7 +1,5 @@ # lurkcoinV3 API documentation -**This document is a work in progress and is subject to change!** - lurkcoin provides an API for servers and other integrations. In version 3 of the API, JSON is recommended for requests and used for all diff --git a/README.md b/README.md index 10717ce..afc4a4c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # lurkcoin -This is the core code of the next major release of -[lurkcoin](https://forum.minetest.net/viewtopic.php?f=9&t=22768). This is -currently WIP and there will probably be bugs. +This is the core code of the current release of +[lurkcoin](https://forum.minetest.net/viewtopic.php?f=9&t=22768). ## Dependencies diff --git a/lurkcoin/misc.go b/lurkcoin/misc.go index 9f578c5..5e3e8eb 100644 --- a/lurkcoin/misc.go +++ b/lurkcoin/misc.go @@ -36,7 +36,7 @@ import ( // Changing the symbol will break the legacy database (not compiled by default) const SYMBOL = "ยค" -const VERSION = "3.0.0 alpha 1" +const VERSION = "3.0.0" // Note that public source code is required by the AGPL const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"