Edit README and remove version from library code for easier release cycle.

I don't like git hooks for that kind of thing and its not really necessary.
This commit is contained in:
Calvin Rose
2016-06-18 13:35:26 -04:00
parent 9bc366a2fb
commit 7da4efb7df
2 changed files with 14 additions and 17 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
--- @module tiny-ecs
-- @author Calvin Rose
-- @license MIT
-- @copyright 2015
local tiny = { _VERSION = "scm" }
-- @copyright 2016
local tiny = {}
-- Local versions of standard lua functions
local tinsert = table.insert