Skip to content

Commit

Permalink
Fixed info.json to make it work with Factorio >= 0.13
Browse files Browse the repository at this point in the history
Note that this change breaks compatibility with Factorio 0.12
Changed version from 0.0.4 to 0.0.5
  • Loading branch information
gamgee committed Jun 29, 2016
1 parent c4f0d85 commit 8286f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
File renamed without changes.
5 changes: 3 additions & 2 deletions long-reach_0.0.4/info.json → long-reach_0.0.5/info.json
@@ -1,10 +1,11 @@
{
"name": "long-reach",
"version": "0.0.4",
"version": "0.0.5",
"title": "Long Reach",
"author": "James Aguilar",
"contact": "aguilar.james@gmail.com",
"homepage": "http://github.com/jaguilar",
"description": "You can reach anything you can see. You can build anywhere you can see.",
"dependencies": ["base >= 0.12.0"]
"factorio_version":"0.13",
"dependencies": ["base >= 0.13.0"]
}

0 comments on commit 8286f50

Please sign in to comment.