Browse Source

small update

Ethosa 3 years ago
parent
commit
a41e407dc5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      nodesnim.nimble

+ 1 - 1
README.md

@@ -7,7 +7,7 @@
 [![time tracker](https://wakatime.com/badge/github/Ethosa/nodesnim.svg)](https://wakatime.com/badge/github/Ethosa/nodesnim)
 [![test](https://github.com/Ethosa/nodesnim/workflows/test/badge.svg)](https://github.com/Ethosa/nodesnim/actions)
 
-<h4>Stable version - 0.0.5</h4>
+<h4>Nightly version - 0.0.6</h4>
 </div>
 
 ## Install

+ 1 - 1
nodesnim.nimble

@@ -1,7 +1,7 @@
 [Package]
 name = "nodesnim"
 author = "Ethosa"
-version = "0.0.5"
+version = "0.0.6"
 description = "The Nim GUI/2D framework based on OpenGL and SDL2."
 license = "MIT"
 srcDir = "src"