Skip to content

Commit

Permalink
v0.8.0
Browse files Browse the repository at this point in the history
- Add tags via sidenav dynamically.
  • Loading branch information
KeziahMoselle committed Sep 16, 2018
1 parent 095306d commit 1f88dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gelbooru-client",
"version": "0.7.6",
"version": "0.8.0",
"description": "You already know what it is.",
"main": "main.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<li>
<div class="user-view">
<div class="background"></div>
<span class="white-text name">Gelbooru Client</span>
<span class="white-text email">v0.7.6</span>
<span class="white-text name">Gel<b>booru</b> Client</span>
<span class="white-text email">v0.8.0</span>
</div>
</li>
<li><a class="subheader">Pages</a></li>
Expand Down

0 comments on commit 1f88dea

Please sign in to comment.