Skip to content

Commit

Permalink
Release 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Foroxon authored and github-actions[bot] committed Mar 17, 2024
1 parent 9b11e5e commit 4be2872
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file renamed bin_beta/3.8-b30.bin → bin/3.10.bin
Binary file not shown.
Binary file modified bin/latest.bin
Binary file not shown.
Binary file renamed bin/3.9.bin → bin_beta/3.10.bin
Binary file not shown.
Binary file modified bin_beta/latest_beta.bin
Binary file not shown.
Binary file modified docs/bins/jaam.bin
Binary file not shown.
Binary file modified docs/bins/jaam_lite.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</head>
<body>
<div class='container mt-3' id='accordion'>
<h2 class='text-center'>JAAM Flasher 3.9</h2>
<h2 class='text-center'>JAAM Flasher 3.10</h2>
<div class='row justify-content-center'>
<div class='col-md-9'>
<div class='row'>
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest-lite.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM Lite",
"version": "3.9_lite",<
"version": "3.10_lite",<
"funding_url": "http://alerts.net.ua/",
"new_install_prompt_erase": true,
"builds": [
Expand Down
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "JAAM",
"version": "3.9",<
"version": "3.10",<
"funding_url": "http://alerts.net.ua/",
"new_install_prompt_erase": true,
"builds": [
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.9";
const PROGMEM char* VERSION = "3.10";

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

0 comments on commit 4be2872

Please sign in to comment.