Skip to content

Commit 86ce523

Browse files
authored
Fix/update version num in files list (#17)
* updating the version number in the files list and updating README * small version bump so it can be uploaded to CodeArtifact
1 parent 1abe4e9 commit 86ce523

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Roo Packaging and Installation
44

5+
### Updating Version (for a new release)
6+
7+
1. Bump the version in `package.json`
8+
2. Update the version number in the `files` list in `package.json`
9+
510
### Packaging
611
1. Bump the version in `package.json`
712
2. Remove the old VSIX file:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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.1.0",
5+
"version": "2.1.1",
66
"files": [
7-
"bin/roo-cline-2.0.3.vsix",
7+
"bin/roo-cline-2.1.1.vsix",
88
"assets/icons/icon_Roo.png"
99
],
1010
"icon": "assets/icons/icon_Roo.png",

0 commit comments

Comments
 (0)