Skip to content

Commit

Permalink
Increment Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexela committed May 25, 2019
1 parent 3f72636 commit 80b8d7f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ package:
@cp -r $(PACKAGE_NAME) $(BUILD_DIR)/$(OUTPUT_NAME)/$(PACKAGE_NAME)
@cp info.json $(BUILD_DIR)/$(OUTPUT_NAME)/info.json
@cp data.lua $(BUILD_DIR)/$(OUTPUT_NAME)/data.lua
@cp changelog.txt $(BUILD_DIR)/$(OUTPUT_NAME)/changelog.txt
@cp thumbnail.png $(BUILD_DIR)/$(OUTPUT_NAME)/thumbnail.png
@cp README.md $(BUILD_DIR)/$(OUTPUT_NAME)/stdlib/README.md
@cp LICENSE $(BUILD_DIR)/$(OUTPUT_NAME)/stdlib/LICENSE.md
Expand Down
Empty file added changelog.txt
Empty file.
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stdlib",
"version": "1.0.4",
"version": "1.0.5",
"factorio_version": "0.17",
"title": "Factorio Standard Library",
"author": "Afforess",
Expand Down

0 comments on commit 80b8d7f

Please sign in to comment.