From bc999b89ad7d7a35f34755129d503447b06227d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Sun, 10 Mar 2019 12:07:05 +0100 Subject: [PATCH] 1.0.0 --- CHANGELOG.md | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31be20..5db0188 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index da42976..5649994 100644 --- a/package.json +++ b/package.json @@ -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 ", "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", @@ -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"