Skip to content

Commit

Permalink
Merge pull request #180 from lora-aprs/twitter_release_update
Browse files Browse the repository at this point in the history
release update
  • Loading branch information
peterus authored Mar 28, 2022
2 parents 5a8afeb + 58400bd commit 03f4d39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
commit: master
generateReleaseNotes: true
artifacts: ".pio/build/lora_board/firmware.bin,data/is-cfg.json"
token: ${{ secrets.GITHUB_TOKEN }}
owner: ${{ secrets.OWNER }}
token: ${{ secrets.PAT }}
2 changes: 1 addition & 1 deletion src/LoRa_APRS_iGate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "TaskWifi.h"
#include "project_configuration.h"

#define VERSION "22.13.0"
#define VERSION "22.13.1"
#define MODULE_NAME "Main"

String create_lat_aprs(double lat);
Expand Down

0 comments on commit 03f4d39

Please sign in to comment.