We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b48213 commit 1b2aa19Copy full SHA for 1b2aa19
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## Version 1.0.4
4
+
5
+- Maintenance: Bump packages to latest
6
7
## Version 1.0.3
8
9
- Maintenance: Bump packages to latest
package.json
@@ -4,15 +4,15 @@
"displayName": "EBCDIC Converter",
"description": "Converts the current file or the current selection from Ebcdic to Ascii or from Ascii to Ebcdic.",
"icon": "logo.png",
- "version": "1.0.3",
+ "version": "1.0.4",
"license": "MIT",
"repository": "https://github.com/CoderAllan/vscode-ebcdicconverter",
10
"author": {
11
"name": "Allan Simonsen",
12
"url": "https://github.com/CoderAllan"
13
},
14
"engines": {
15
- "vscode": "^1.73.1"
+ "vscode": "^1.74.0"
16
17
"categories": [
18
"Other"
0 commit comments