diff --git a/README.md b/README.md index 7476243..d6202b1 100644 --- a/README.md +++ b/README.md @@ -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 @@ -53,4 +54,4 @@ If you want a completely new layout that requires another layout in the HTML you 3. Write your own layout. You can see the available variables and their names in `src/index.js` 4. Do the Stuff needed for a SCSS only theme. -To use your themes in Docker you have to rebuild the image. \ No newline at end of file +To use your themes in Docker you have to rebuild the image. diff --git a/package.json b/package.json index 73d8578..7f550c0 100644 --- a/package.json +++ b/package.json @@ -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",