mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
fixing version numbers for packaging process (#15)
This commit is contained in:
10
package.json
10
package.json
@@ -3,6 +3,10 @@
|
|||||||
"displayName": "Roo Cline",
|
"displayName": "Roo Cline",
|
||||||
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
|
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
|
||||||
"version": "2.0.3",
|
"version": "2.0.3",
|
||||||
|
"files": [
|
||||||
|
"bin/roo-cline-2.0.3.vsix",
|
||||||
|
"assets/icons/icon_Roo.png"
|
||||||
|
],
|
||||||
"icon": "assets/icons/icon_Roo.png",
|
"icon": "assets/icons/icon_Roo.png",
|
||||||
"galleryBanner": {
|
"galleryBanner": {
|
||||||
"color": "#617A91",
|
"color": "#617A91",
|
||||||
@@ -192,9 +196,5 @@
|
|||||||
"tree-sitter-wasms": "^0.1.11",
|
"tree-sitter-wasms": "^0.1.11",
|
||||||
"turndown": "^7.2.0",
|
"turndown": "^7.2.0",
|
||||||
"web-tree-sitter": "^0.22.6"
|
"web-tree-sitter": "^0.22.6"
|
||||||
},
|
}
|
||||||
"files": [
|
|
||||||
"bin/roo-cline-2.0.2.vsix",
|
|
||||||
"assets/icons/icon_Roo.png"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user