Skip to content

Commit

Permalink
added Iso
Browse files Browse the repository at this point in the history
  • Loading branch information
E1Bos committed Nov 2, 2023
1 parent c6f230c commit 7dd2cd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Changelog

Date Format: YYYY-MM-DD

## Version 1.5.12 - 2023-10-02

### Added
- Added Iso to agent list.

> I am currently working on a laptop, so there is a chance that VALocker isn't functioning properly. There is nothing I can do about this.
## Version 1.5.11 - 2023-09-28

### Fixed
Expand Down
1 change: 1 addition & 0 deletions data/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"Viper"
],
"DUELISTS": [
"Iso",
"Jett",
"Neon",
"Phoenix",
Expand Down
2 changes: 1 addition & 1 deletion data/instalocker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self):
super().__init__()

# Version
CURRENT_VERSION = "v1.5.11"
CURRENT_VERSION = "v1.5.12"

# Locking Variables
self.coords = {
Expand Down

0 comments on commit 7dd2cd7

Please sign in to comment.