Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 10, 2019
1 parent 78525a3 commit bc999b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@
All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.0
* Initial release.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "genie-hki",
"description": "read/write hotkey files for Age of Empires II",
"version": "0.0.0",
"version": "1.0.0",
"author": "Renée Kooi <renee@kooi.me>",
"bugs": {
"url": "https://github.com/goto-bus-stop/genie-hki/issues"
"url": "https://github.com/genie-js/genie-hki/issues"
},
"devDependencies": {
"standard": "^11.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.0.0"
},
"homepage": "https://github.com/goto-bus-stop/genie-hki",
"homepage": "https://github.com/genie-js/genie-hki",
"keywords": [
"age-of-empires",
"aoc",
Expand All @@ -26,7 +26,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/goto-bus-stop/genie-hki.git"
"url": "https://github.com/genie-js/genie-hki.git"
},
"scripts": {
"test": "standard && node test | tap-spec"
Expand Down

0 comments on commit bc999b8

Please sign in to comment.