Explorar el Código

Update package.lua to 0.0.2;

bjorn hace 9 años
padre
commit
e60853fa26
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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' },