Skip to content

Commit

Permalink
chore: prepare snapshot version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Dec 30, 2020
1 parent 57f7c5e commit bc33f69
Showing 1 changed file with 26 additions and 14 deletions.
40 changes: 26 additions & 14 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,28 @@
{
"id": "Signalling",
"version": "1.0.0",
"author": "Marcin Sciesinski <marcins78@gmail.com>",
"displayName": "Signalling framework",
"description": "Mod containing blocks that send signals to other blocks",
"dependencies": [
{ "id": "BlockNetwork", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.1.0" },
{ "id": "MobileBlocks", "minVersion": "1.0.0" },
{ "id": "ModularComputers", "minVersion": "1.0.0" }
],
"isServerSideOnly": false,
"isLibrary": true,
"isAsset": true
"id": "Signalling",
"version": "1.1.0-SNAPSHOT",
"author": "Marcin Sciesinski <marcins78@gmail.com>",
"displayName": "Signalling framework",
"description": "Mod containing blocks that send signals to other blocks",
"dependencies": [
{
"id": "BlockNetwork",
"minVersion": "1.0.0"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "MobileBlocks",
"minVersion": "1.0.0"
},
{
"id": "ModularComputers",
"minVersion": "1.0.0"
}
],
"isServerSideOnly": false,
"isLibrary": true,
"isAsset": true
}

0 comments on commit bc33f69

Please sign in to comment.