update version
This commit is contained in:
parent
eb78d399b7
commit
6b34c55109
|
@ -20,7 +20,6 @@ BTC: bc1qlcrmt2pvlh4eq69l3l4h6z5jg74z2m2q3pasan
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
* Subreddit sidebars
|
|
||||||
* Sort comments in post
|
* Sort comments in post
|
||||||
* User attributes
|
* User attributes
|
||||||
* Comment and post attributes (e.g. stickies)
|
* Comment and post attributes (e.g. stickies)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "teddit",
|
"name": "teddit",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "app.js",
|
"main": "app.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -24,4 +24,4 @@ html
|
||||||
.bottom
|
.bottom
|
||||||
a(href="https://en.wikipedia.org/wiki/Piratbyr%C3%A5n#Kopimi", target="_blank")
|
a(href="https://en.wikipedia.org/wiki/Piratbyr%C3%A5n#Kopimi", target="_blank")
|
||||||
img(src="kopimi.gif")
|
img(src="kopimi.gif")
|
||||||
p.version v.0.0.2
|
p.version v.0.0.3
|
||||||
|
|
Loading…
Reference in New Issue