Skip to content

Commit

Permalink
Release 3.11
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 4c1e11b commit f43a58e
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
Binary file renamed bin/3.10.bin → bin/3.11.bin
Binary file not shown.
Binary file modified bin/latest.bin
Binary file not shown.
Binary file renamed bin_beta/3.10.bin → bin_beta/3.11.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.10</h2>
<h2 class='text-center'>JAAM Flasher 3.11</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.10_lite",
"version": "3.11_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.10",
"version": "3.11",
"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.10";
const PROGMEM char* VERSION = "3.11";

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

0 comments on commit f43a58e

Please sign in to comment.