Skip to content

Commit

Permalink
update versioning to reflect upcoming version :D
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong committed Aug 16, 2024
1 parent 3c1fb42 commit e60819f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion frontend/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>BubbleNet Archive</h2>

<div id="archive">
</div>
<p id="version-archive">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version-archive">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>BubbleNet Feed</h2>

<div id="feed">
</div>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/new-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ <h3>Create a new post</h3>
<input type="url"><br><br>
<button onclick="newPost(document.querySelector('textarea').value, document.querySelector('input').value)">Post</button>
</form>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/notfound.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3>Error 404: Page not found.</h3>
<p>
We couldn't find the page you're looking for. It might have been removed or the link may have been mistyped. Try again or go <a href="/">home</a>.
</p>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>BubbleNet Post</h2>
<p id="unix-time"></p>
<p id="post-id"></p>
</div>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>What is BubbleNet?</h3>

-- <em><a href="https://phoebe-leong.github.io" target="_blank">Pwompus</a>, Developer</em>
</p>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion frontend/servererror.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3>Error 500: Internal Server Error.</h3>
<p>
The server encountered an internal error or misconfiguration and was unable to fulfill your request. Try reloading the page or trying again later.<br>If the problem persists, contact the website administrators.
</p>
<p id="version">BubbleNet version 0 ("still in development") <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version">BubbleNet version 1<a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
</body>
</html>

0 comments on commit e60819f

Please sign in to comment.