Skip to content

Commit

Permalink
Finishing 0.1.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoKnebel committed Feb 19, 2018
1 parent 941b9e9 commit 19ca5fd
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributing

_In development_
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ _master_

### Development

Before anything, please read the [CONTRIBUTING.md](CONTRIBUTING.md) file, for all the project guidelines.

To build, be sure you have [node](http://nodejs.org) installed. Clone the project:

git clone https://github.com/FranciscoKnebel/spaceinvader.git
Expand Down Expand Up @@ -96,7 +98,7 @@ Where ** can be `win32` (Windows), `linux` (Linux) and `darwin` (OSX).
See also the full list of [contributors](https://github.com/FranciscoKnebel/spaceinvader/contributors) who participated in this project.

### Other credited work
Music, artwork and other creditations can be found on the [CREDITS.md](CREDITS.md) file.
Music, artwork and other accreditations can be found on the [CREDITS.md](CREDITS.md) file.

Music bitrate change using MP3 Quality Modifier 2.5.3.

Expand Down
2 changes: 1 addition & 1 deletion docs/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceinvader",
"version": "0.1.4",
"version": "0.1.5",
"main": "main.js",
"scripts": {
"build": "grunt dist && npm run build-linux && npm run build-win32 && npm run build-darwin",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spaceinvader",
"version": "0.1.4",
"version": "0.1.5",
"main": "main.js",
"scripts": {
"build": "grunt dist && npm run build-linux && npm run build-win32 && npm run build-darwin",
Expand Down

0 comments on commit 19ca5fd

Please sign in to comment.