Skip to content

Commit a8993bf

Browse files
authored
fixing version numbers for packaging process (#15)
1 parent f08972a commit a8993bf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "roo-cline",
33
"displayName": "Roo Cline",
44
"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.",
5-
"version": "2.0.3",
5+
"version": "2.0.3",
6+
"files": [
7+
"bin/roo-cline-2.0.3.vsix",
8+
"assets/icons/icon_Roo.png"
9+
],
610
"icon": "assets/icons/icon_Roo.png",
711
"galleryBanner": {
812
"color": "#617A91",
@@ -192,9 +196,5 @@
192196
"tree-sitter-wasms": "^0.1.11",
193197
"turndown": "^7.2.0",
194198
"web-tree-sitter": "^0.22.6"
195-
},
196-
"files": [
197-
"bin/roo-cline-2.0.2.vsix",
198-
"assets/icons/icon_Roo.png"
199-
]
199+
}
200200
}

0 commit comments

Comments
 (0)