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 68b0272 commit c1bb42d
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 @@ -46,7 +46,7 @@ To install `omnimax`, simply use the `nimble` package manager (it comes bundled

## **Usage**

omnimax ~/.nimble/pkgs/omni-0.2.0/examples/OmniSaw.omni
omnimax ~/.nimble/pkgs/omni-0.2.1/examples/OmniSaw.omni

## **Website / Docs**

Expand Down
4 changes: 2 additions & 2 deletions omnimax.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 = "Max 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 omnimax_lang
skipDirs = @["omnimax_lang"]
Expand Down
4 changes: 2 additions & 2 deletions omnimax_lang/omnimax_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 = "omnimax_lang"
license = "MIT"

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

installDirs = @["omnimax_lang"]

0 comments on commit c1bb42d

Please sign in to comment.