Bumped package.json to 1.0.0 and added new todo
This commit is contained in:
parent
3d6ae756a6
commit
19147d231e
2 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
||||||
- [ ] more themes
|
- [ ] more themes
|
||||||
- [ ] more variations of the themes in version 1.0
|
- [ ] more variations of the themes in version 1.0
|
||||||
- [X] Dockerize
|
- [X] Dockerize
|
||||||
|
- [ ] Redirection with Routes (your-domain.xyz/mastodon redirects to your mastodon account)
|
||||||
|
|
||||||
### TODO until 1.0:
|
### TODO until 1.0:
|
||||||
- [X] Import my themes from the old socialtree
|
- [X] Import my themes from the old socialtree
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "socialtree",
|
"name": "socialtree",
|
||||||
"version": "0.3.0",
|
"version": "1.0.0",
|
||||||
"description": "The awesome and damn simple, selfhosted alternative to linktree",
|
"description": "The awesome and damn simple, selfhosted alternative to linktree",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"author": "nikurasu",
|
"author": "nikurasu",
|
||||||
|
|
Loading…
Reference in a new issue