Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
papb committed Sep 2, 2018
1 parent fcc2ecb commit 94a7036
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
# QAZ Championship

[![License][license-badge]][license-url]
[![version][version-badge]][version-url]

QAZ Championship is a simple game written in JavaScript where the challenge is simply to see how fast you type.

## Development status
It is available to be played online for free on [this link][server-url].

QAZ Championship is under development.
QAZ Championship deployed with [now][now-url].

## License

MIT (c) Pedro Augusto de Paula Barbosa

[server-url]: https://qaz-championship-naeqylojjs.now.sh/
[license-badge]: https://badgen.net/github/license/papb/qaz-championship
[license-url]: LICENSE
[license-url]: LICENSE
[version-badge]: https://badgen.net/github/release/papb/qaz-championship
[version-url]: https://github.com/papb/qaz-championship/releases
[now-url]: https://zeit.co/now
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qaz-championship",
"version": "0.0.1",
"version": "1.0.0",
"description": "A simple game in JavaScript: how fast can you type?",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 94a7036

Please sign in to comment.