Skip to content

Commit

Permalink
ADD: final details for release
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Feb 11, 2024
1 parent 1828756 commit d8c6287
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ script_sync-1.0.2-rh8-win/
The `manifest.yml` file should look like this:
```yml
name: script-sync
version: 1.0.2
version: 1.**1**.0
authors:
- Andrea Settimi
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8 and Grasshopper.
url: https://github.com/ibois-epfl/script-sync
keywords:
- Rhino
Expand Down
2 changes: 1 addition & 1 deletion VSCode/scriptsync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For Python files, add a `shebang` to the first line of the file to specify the i
* `#! python3` to interpret it with CPython
* ⚠️ `#! python2` to interpret it with IronPython (only in Rhino)

## Requirements
## **Requirements**
The plug-in needs to be installed on RhinoV8, Grasshopper and VSCode

## Caveats
Expand Down

0 comments on commit d8c6287

Please sign in to comment.