Skip to content

Commit d8c6287

Browse files
committed
ADD: final details for release
1 parent 1828756 commit d8c6287

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ script_sync-1.0.2-rh8-win/
2222
The `manifest.yml` file should look like this:
2323
```yml
2424
name: script-sync
25-
version: 1.0.2
25+
version: 1.**1**.0
2626
authors:
2727
- Andrea Settimi
28-
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8.
28+
description: Script-sync is a Rhino plug-in to run C# and Python (IronPython or CPython) in RhinoV8 and Grasshopper.
2929
url: https://github.com/ibois-epfl/script-sync
3030
keywords:
3131
- Rhino

VSCode/scriptsync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ For Python files, add a `shebang` to the first line of the file to specify the i
7373
* `#! python3` to interpret it with CPython
7474
* ⚠️ `#! python2` to interpret it with IronPython (only in Rhino)
7575

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

7979
## Caveats

0 commit comments

Comments
 (0)