Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacehuhn committed Jan 31, 2022
1 parent bdb7959 commit c4f29ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atmega_duck/config.h
Expand Up @@ -5,7 +5,7 @@

#pragma once

#define VERSION "1.1.0"
#define VERSION "1.2.0"

/* ===== Serial Bridge ===== */
// #define BRIDGE_ENABLE
Expand Down
2 changes: 1 addition & 1 deletion esp_duck/config.h
Expand Up @@ -5,7 +5,7 @@

#pragma once

#define VERSION "1.1.0"
#define VERSION "1.2.0"

/*! ===== DEBUG Settings ===== */
// #define ENABLE_DEBUG
Expand Down

0 comments on commit c4f29ae

Please sign in to comment.