Skip to content

Commit 8023f86

Browse files
committed
chore: update version
1 parent 6069add commit 8023f86

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
@@ -1,6 +1,6 @@
11
{
22
"name": "processing-vscode",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"private": true,
55
"description": "Processing Language Support for VSCode",
66
"license": "MIT",

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.4.0
12+
* @version 2.5.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.4.0
4+
* @version 2.5.0
55
* @copyright (C) 2016 - 2020 Tobiah Zarlez, 2021 Luke Zhang
66
*/
77

0 commit comments

Comments
 (0)