Skip to content

Commit a9c21e0

Browse files
committed
Update readme and version
1 parent f536f66 commit a9c21e0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ Build 3D worlds in Nim.
77
Enu lets you build and explore worlds using a familiar block-building interface
88
and a Logo inspired API. It tries to make 3D development easier, and will
99
eventually be able to create standalone games.
10+
11+
Visit the [Enu website](https://ē.nu), or join us on [Discord](https://discord.gg/BWHUs4Wc).

enu.nimble

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const
1414
nim_dlls = ["pcre64.dll"]
1515
godot_opts = "target=release_debug"
1616

17-
version = "0.1.99"
17+
version = "0.2.0"
1818
author = "Scott Wadden"
1919
description = "Logo-like DSL for Godot"
2020
license = "MIT"

0 commit comments

Comments
 (0)