Skip to content

Commit 1b2aa19

Browse files
committed
Maintenance: Bump packages to latest
1 parent 5b48213 commit 1b2aa19

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## Version 1.0.4
4+
5+
- Maintenance: Bump packages to latest
6+
37
## Version 1.0.3
48

59
- Maintenance: Bump packages to latest

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"displayName": "EBCDIC Converter",
55
"description": "Converts the current file or the current selection from Ebcdic to Ascii or from Ascii to Ebcdic.",
66
"icon": "logo.png",
7-
"version": "1.0.3",
7+
"version": "1.0.4",
88
"license": "MIT",
99
"repository": "https://github.com/CoderAllan/vscode-ebcdicconverter",
1010
"author": {
1111
"name": "Allan Simonsen",
1212
"url": "https://github.com/CoderAllan"
1313
},
1414
"engines": {
15-
"vscode": "^1.73.1"
15+
"vscode": "^1.74.0"
1616
},
1717
"categories": [
1818
"Other"

0 commit comments

Comments
 (0)