Skip to content

Commit

Permalink
mark this as 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tesselode committed Aug 20, 2018
1 parent fc12822 commit ae30ccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nata.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local nata = {
_VERSION = 'Nata',
_VERSION = 'Nata v0.1',
_DESCRIPTION = 'Entity management for Lua.',
_URL = 'https://github.com/tesselode/nata',
_LICENSE = [[
Expand Down Expand Up @@ -115,4 +115,4 @@ function nata.new(systems)
}, {__index = Pool})
end

return nata
return nata

0 comments on commit ae30ccf

Please sign in to comment.