From 3add7444f414dc399901c212418ef37da2953b24 Mon Sep 17 00:00:00 2001 From: spypunk Date: Sat, 10 Sep 2016 11:35:58 +0200 Subject: [PATCH] Preparation for release 1.6.0 --- CHANGELOG.md | 4 ++++ README.md | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c49202..499c339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.6.0] - 2016-09-10 +### Added +- Error dialog added + ## [1.5.0] - 2016-09-08 ### Added - "Hard drop" feature diff --git a/README.md b/README.md index 8e196bf..e82b2d5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # tetris - Just another Tetris™ clone -[![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.5.0-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.5.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) +[![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.0-green.svg)](https://github.com/spypunk/tetris/releases/tag/1.6.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) diff --git a/pom.xml b/pom.xml index 6b236e0..7b152bd 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ 4.0.0 spypunk tetris - 1.6.0-SNAPSHOT + 1.6.0 https://github.com/spypunk/tetris