Bump version to 3.0.0.
This commit is contained in:
parent
2ed2094d1c
commit
12b01d03c7
|
@ -1,7 +1,5 @@
|
||||||
# lurkcoinV3 API documentation
|
# lurkcoinV3 API documentation
|
||||||
|
|
||||||
**This document is a work in progress and is subject to change!**
|
|
||||||
|
|
||||||
lurkcoin provides an API for servers and other integrations.
|
lurkcoin provides an API for servers and other integrations.
|
||||||
|
|
||||||
In version 3 of the API, JSON is recommended for requests and used for all
|
In version 3 of the API, JSON is recommended for requests and used for all
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# lurkcoin
|
# lurkcoin
|
||||||
|
|
||||||
This is the core code of the next major release of
|
This is the core code of the current release of
|
||||||
[lurkcoin](https://forum.minetest.net/viewtopic.php?f=9&t=22768). This is
|
[lurkcoin](https://forum.minetest.net/viewtopic.php?f=9&t=22768).
|
||||||
currently WIP and there will probably be bugs.
|
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ import (
|
||||||
|
|
||||||
// Changing the symbol will break the legacy database (not compiled by default)
|
// Changing the symbol will break the legacy database (not compiled by default)
|
||||||
const SYMBOL = "¤"
|
const SYMBOL = "¤"
|
||||||
const VERSION = "3.0.0 alpha 1"
|
const VERSION = "3.0.0"
|
||||||
|
|
||||||
// Note that public source code is required by the AGPL
|
// Note that public source code is required by the AGPL
|
||||||
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"
|
const SOURCE_URL = "https://github.com/luk3yx/lurkcoin-core"
|
||||||
|
|
Loading…
Reference in New Issue