Skip to content

Commit

Permalink
Release 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
v00g100skr authored and github-actions[bot] committed Mar 20, 2024
1 parent c7f0ab6 commit fe2913e
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file removed bin/3.7.bin
Binary file not shown.
Binary file renamed bin_beta/3.8-b35.bin → bin/3.8.1.bin
Binary file not shown.
Binary file modified bin/latest.bin
Binary file not shown.
Binary file added bin_beta/3.8.1.bin
Binary file not shown.
Binary file modified bin_beta/latest_beta.bin
Binary file not shown.
Binary file modified pages/bins/jaam.bin
Binary file not shown.
Binary file modified pages/bins/jaam_lite.bin
Binary file not shown.
4 changes: 2 additions & 2 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<div class='row'>
<div class='by col-md-12 mt-2' align='center'>
<esp-web-install-button manifest="manifest.json">
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8</button>
<button class='btn btn-primary' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8.1</button>
<span slot="unsupported">Браузер не підтримується!</span>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
Expand All @@ -86,7 +86,7 @@ <h2 class='text-center'>JAAM Flasher</h2>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
<esp-web-install-button manifest="manifest-lite.json">
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8 Lite</button>
<button class='btn btn-success' type='button' aria-expanded='false' slot="activate">Встановити JAAM 3.8.1 Lite</button>
<span slot="unsupported">Браузер не підтримується!</span>
<span slot="not-allowed">Заборенено використання HTTP!</span>
</esp-web-install-button>
Expand Down
2 changes: 1 addition & 1 deletion pages/manifest-lite.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM Lite",
"version": "3.8",
"version": "3.8.1",
"funding_url": "https://send.monobank.ua/jar/7GzS1PhPa2",
"new_install_improv_wait_time": 0,
"new_install_prompt_erase": true,
Expand Down
2 changes: 1 addition & 1 deletion pages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM",
"version": "3.8",
"version": "3.8.1",
"funding_url": "https://send.monobank.ua/jar/7GzS1PhPa2",
"new_install_improv_wait_time": 0,
"new_install_prompt_erase": true,
Expand Down
2 changes: 1 addition & 1 deletion src/firmware/firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include <melody_factory.h>
#endif

const PROGMEM char* VERSION = "3.8";
const PROGMEM char* VERSION = "3.8.1";

struct Settings {
const char* apssid = "JAAM";
Expand Down

0 comments on commit fe2913e

Please sign in to comment.