浏览代码

Update package.lua to 0.0.2;

bjorn 8 年之前
父节点
当前提交
e60853fa26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      graphql/package.lua

+ 1 - 1
graphql/package.lua

@@ -1,6 +1,6 @@
 return {
   name = 'bjornbytes/graphql',
-  version = '0.0.1',
+  version = '0.0.2',
   description = 'Lua GraphQL implementation',
   license = 'MIT',
   author = { url = 'https://github.com/bjornbytes' },