Skip to content

Commit f0f3883

Browse files
committed
vs marketplace doesnt like my links
1 parent b76eade commit f0f3883

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

ida/idacode_utils/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Fix for https://github.com/tornadoweb/tornado/issues/2608
1414
import asyncio
1515

16-
VERSION = "0.2.0"
16+
VERSION = "0.2.1"
1717
initialized = False
1818

1919
def setup_patches():

idacode/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
- Added "Save on execute" support in settings
2525

26-
### 0.2.0
26+
### 0.2.1
2727

2828
- Added "Execute on save" support in settings
2929
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)

idacode/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ IDACode doesn't support host to VM communication unless the VM uses a shared vol
6060

6161
- Added "Save on execute" support in settings
6262

63-
### 0.2.0
63+
### 0.2.1
6464

6565
- Added "Execute on save" support in settings
6666
- Fixes Python 3.8 support on Windows @ [PR #13](https://github.com/ioncodes/idacode/pull/13)

idacode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "IDACode",
44
"description": "Run and debug your IDA scripts from VS Code",
55
"icon": "images/icon.png",
6-
"version": "0.2.0",
6+
"version": "0.2.1",
77
"publisher": "Layle",
88
"license": "SEE LICENSE IN LICENSE.md",
99
"preview": true,

0 commit comments

Comments
 (0)