diff --git a/package.json b/package.json index 9ed0799..f455d75 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,9 @@ "electron": "^27.0.3", "kayn": "^0.10.2" }, - "name": "openoverlay", + "name": "open-overlay", "description": "This document proposes application that is a desktop (or potentially web) application that is a companion to the popular video game League of Legends. League of Legends is a complicated game that relies heavily on knowledge of its mechanics as a form of skill expression, thus many applications exist as supplements to provide information to players. However, many of these apps are monetized by showing ads or potentially by selling user data. Thus, I intend to create an open source program that provides a visual user interface that aids player decision making at the start of the game by relying on data provided by Riot Games through public APIs.", - "version": "1.0.0", + "version": "1.0.1", "main": "main.js", "dependencies": { "ajv": "^6.12.6",