Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Jun 1, 2024
1 parent 3e66e6a commit 4576d63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

@api.route("/api/")
def api_info():
return jsonify({"api": "solder.py", "version": "v1.2.2", "stream": "DEV"})
return jsonify({"api": "solder.py", "version": "v1.2.3", "stream": "DEV"})


@api.route("/api/verify")
Expand Down
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.2.2"
__version__ = "1.2.3"

import os
from dotenv import load_dotenv
Expand Down
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</ul>
</nav>
<div class="flex-column flex-shrink-0 p-3 text-white navcontainer2">
<p class="">Version 1.2.2</p>
<p class="">Version 1.2.3</p>
</div>

</div>
Expand Down

0 comments on commit 4576d63

Please sign in to comment.