Bumped package.json to 1.0.0 and added new todo

This commit is contained in:
nikurasu 2023-02-03 08:23:51 +01:00
parent 3d6ae756a6
commit 19147d231e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@
- [ ] more themes
- [ ] more variations of the themes in version 1.0
- [X] Dockerize
- [ ] Redirection with Routes (your-domain.xyz/mastodon redirects to your mastodon account)
### TODO until 1.0:
- [X] Import my themes from the old socialtree

View file

@ -1,6 +1,6 @@
{
"name": "socialtree",
"version": "0.3.0",
"version": "1.0.0",
"description": "The awesome and damn simple, selfhosted alternative to linktree",
"main": "src/index.js",
"author": "nikurasu",