mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
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
This commit is contained in:
parent
1abe4e93b1
commit
86ce5236bc
2 changed files with 7 additions and 2 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
## Roo Packaging and Installation
|
||||
|
||||
### Updating Version (for a new release)
|
||||
|
||||
1. Bump the version in `package.json`
|
||||
2. Update the version number in the `files` list in `package.json`
|
||||
|
||||
### Packaging
|
||||
1. Bump the version in `package.json`
|
||||
2. Remove the old VSIX file:
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
"name": "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.",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"files": [
|
||||
"bin/roo-cline-2.0.3.vsix",
|
||||
"bin/roo-cline-2.1.1.vsix",
|
||||
"assets/icons/icon_Roo.png"
|
||||
],
|
||||
"icon": "assets/icons/icon_Roo.png",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue