Skip to content

Commit

Permalink
Preparation for release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spypunk committed Sep 19, 2016
1 parent aebb43f commit 97a40d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.7.0] - 2016-09-19
### Added
- New application icon added

## [1.6.1] - 2016-09-13
### Fixed
- Null pointer when instance is not started and keys are pressed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tetris - Just another Tetris™ clone ![alt tag](src/main/resources/img/icons/icon.png)
[![License](https://img.shields.io/badge/license-WTFPL-blue.svg)](http://www.wtfpl.net/) ![Maturity](https://img.shields.io/badge/maturity-stable-green.svg) [![Release](https://img.shields.io/badge/latest%20release-1.6.1-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.6.1) ![Java](https://img.shields.io/badge/java-8-red.svg) ![Maven](https://img.shields.io/badge/maven-3-orange.svg) [![Build Status](https://travis-ci.org/spypunk/tetris.svg?branch=master)](https://travis-ci.org/spypunk/tetris) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d05e805b7ad406a82f10e7900fb497a)](https://www.codacy.com/app/spypunk/tetris?utm_source=github.com&utm_medium=referral&utm_content=spypunk/tetris&utm_campaign=Badge_Grade) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow)](https://twitter.com/spypunkk)
[![License](https://img.shields.io/badge/license-WTFPL-blue.svg)](http://www.wtfpl.net/) ![Maturity](https://img.shields.io/badge/maturity-stable-green.svg) [![Release](https://img.shields.io/badge/latest%20release-1.7.0-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.7.0) ![Java](https://img.shields.io/badge/java-8-red.svg) ![Maven](https://img.shields.io/badge/maven-3-orange.svg) [![Build Status](https://travis-ci.org/spypunk/tetris.svg?branch=master)](https://travis-ci.org/spypunk/tetris) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/4d05e805b7ad406a82f10e7900fb497a)](https://www.codacy.com/app/spypunk/tetris?utm_source=github.com&utm_medium=referral&utm_content=spypunk/tetris&utm_campaign=Badge_Grade) [![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/fold_left.svg?style=social&label=Follow)](https://twitter.com/spypunkk)
## How it looks ?

![alt tag](img/screenshot_start.png)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>spypunk</groupId>
<artifactId>tetris</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<url>https://github.com/spypunk/tetris</url>

<licenses>
Expand Down

0 comments on commit 97a40d4

Please sign in to comment.