Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebe-leong committed Dec 7, 2024
1 parent fe994fa commit 6d3a81a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion frontend/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3 class="montserrat-subheader">Admin Page</h3><br>
<button onclick="nuke()">Delete all posts</button>
<button onclick="applyChanges()">Apply Changes</button>

<p id="version" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h2 class="montserrat-subheader">BubbleNet Archive</h2>

<div id="archive">
</div>
<p id="version-archive" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version-archive" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/feed.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3 class="montserrat-subsubheader">Pinned Posts</h3>

<div id="feed">
</div>
<p id="version-feed" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version-feed" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/new-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h3 class="montserrat-subheader">Create a new post</h3>
<input id="upload" type="file" accept="image/jpeg, image/jpg, image/gif, image/png, image/apng, image/tiff"><br><br>

<button onclick="newPost(document.querySelector('textarea').value, document.querySelector('input').value, document.getElementById('upload'))">Post</button>
<p id="version" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/notfound.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="montserrat-subheader">Error 404: Page not found.</h3>
<p class="montserrat-regular">
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" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="montserrat-subheader">BubbleNet Post</h2>
<p id="post-id" class="montserrat-regular"></p>
<p id="views" class="montserrat-regular"></p>
</div>
<p id="version" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h3 class="montserrat-subheader">What is BubbleNet?</h3>

-- <em><a href="https://phoebe-leong.github.io" target="_blank">Pwompus</a>, Developer</em>
</p>
<p id="version" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion frontend/servererror.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h3 class="montserrat-subheader">Error 500: Internal Server Error.</h3>
<p class="montserrat-regular">
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" class="montserrat-light">BubbleNet version 4.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
<p id="version" class="montserrat-light">BubbleNet version 5.1 <a href="https://github.com/phoebe-leong/bubblenet/releases" target="_blank">[see version history]</a></p>
</div>
<script src="/theme.js"></script>
</body>
Expand Down

0 comments on commit 6d3a81a

Please sign in to comment.