Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitreo12 committed Oct 2, 2020
1 parent b5b08c8 commit 40ce9be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To install `omnicollider`, simply use the `nimble` package manager (it comes bun

## **Usage**

omnicollider ~/.nimble/pkgs/omni-0.2.0/examples/OmniSaw.omni
omnicollider ~/.nimble/pkgs/omni-0.2.1/examples/OmniSaw.omni
## **Website / Docs**

Check omni's [website](https://vitreo12.github.io/omni).
4 changes: 2 additions & 2 deletions omnicollider.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

version = "0.2.0"
version = "0.2.1"
author = "Francesco Cameli"
description = "SuperCollider wrapper for omni."
license = "MIT"

requires "nim >= 1.0.0"
requires "cligen >= 0.9.41"
requires "omni >= 0.2.0"
requires "omni >= 0.2.1"

#Ignore omnicollider_lang
skipDirs = @["omnicollider_lang"]
Expand Down
4 changes: 2 additions & 2 deletions omnicollider_lang/omnicollider_lang.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

version = "0.2.0"
version = "0.2.1"
author = "Francesco Cameli"
description = "omnicollider_lang"
license = "MIT"

requires "nim >= 1.0.0"
requires "omni >= 0.2.0"
requires "omni >= 0.2.1"

installDirs = @["omnicollider_lang"]

0 comments on commit 40ce9be

Please sign in to comment.