Browse Source

Specify the Atomic Game Engine EULA

Josh Engebretson 10 years ago
parent
commit
1407f68cf4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CLI/package.json

+ 2 - 2
CLI/package.json

@@ -16,10 +16,10 @@
     "node": ">=0.8.0"
   },
   "homepage": "http://www.AtomicGameEngine.com",
-  "license": "MIT",
+  "license": "Atomic Game Engine EULA",
   "main": "index.js",
   "name": "atomic-cli",
   "preferGlobal": true,
   "repository": "https://github.com/AtomicGameEngine/AtomicGameEngine",
-  "version": "0.2.0"
+  "version": "0.2.1"
 }