version bump

This commit is contained in:
wassname
2018-12-03 18:26:50 +08:00
parent 3dbccfc316
commit f5037c8f0c
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "2d_walker_rl_js",
"version": "0.0.1",
"version": "0.1.0",
"description": "A 2d humanoid walker trained to walk with reinforcement learning",
"main": "index.js",
"dependencies": {
@@ -25,12 +25,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jackymancs4/boxidroid.git"
"url": "git+https://gitlab.com/wassname/2d_humanoidwalker_rl_js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jackymancs4/boxidroid/issues"
"url": "https://gitlab.com/wassname/2d_humanoidwalker_rl_js/issues"
},
"homepage": "https://github.com/Jackymancs4/boxidroid#readme"
"homepage": "http://wassname.org/2d_rl_walker/"
}