Skip to content

Commit

Permalink
Merge branch 'release/3.1.0-a3'
Browse files Browse the repository at this point in the history
  • Loading branch information
aussig committed Jul 9, 2023
2 parents 4aec058 + b7a4c52 commit abde084
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change Log

## v3.1.0-xx - xxxx-xx-xx
## v3.1.0-a3 - 2023-06-23

### Bug Fixes:

* Fix failure of networking thread, and therefore all subsequent networking calls, if an API discovery request detects new API features during startup.
* Fix Thargoid tissue sample Search and Rescue pickup and handin.


## v3.1.0-a2 - 2023-08-05
## v3.1.0-a2 - 2023-05-08

### Bug Fixes:

Expand Down
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import semantic_version

PLUGIN_NAME = "BGS-Tally"
PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-a2")
PLUGIN_VERSION = semantic_version.Version.coerce("3.1.0-a3")

# Initialise the main plugin class
this:BGSTally = BGSTally(PLUGIN_NAME, PLUGIN_VERSION)
Expand Down

0 comments on commit abde084

Please sign in to comment.