Skip to content

Commit 3e6dc49

Browse files
committed
chore: update version
1 parent 0e2feb7 commit 3e6dc49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "processing-vscode",
33
"displayName": "Processing VSCode",
44
"description": "Processing Language Support for VSCode",
5-
"version": "2.2.0",
5+
"version": "2.3.0",
66
"publisher": "Luke-zhang-04",
77
"engines": {
88
"vscode": "^1.48.0"

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const banner = `/**
99
* https://github.com/Luke-zhang-04/processing-vscode
1010
*
1111
* @license MIT
12-
* @version 2.2.0
12+
* @version 2.3.0
1313
* @preserve
1414
* @copyright (C) 2016 - 2020 Tobiah Zarlez, 2021 Luke Zhang
1515
*

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Processing-vscode - Processing Language Support for VSCode
33
*
4-
* @version 2.2.0
4+
* @version 2.3.0
55
* @copyright (C) 2016 - 2020 Tobiah Zarlez, 2021 Luke Zhang
66
*/
77

0 commit comments

Comments
 (0)