Skip to content
This repository was archived by the owner on Nov 12, 2019. It is now read-only.

Commit fb4ecc8

Browse files
committed
New development cycle
1 parent aa90ef5 commit fb4ecc8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
[Unreleased]
9+
810
## [2.2.0] – 2018-06-26
911

1012
### Changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'signing'
44

55
group = 'io.github.java-diff-utils'
66
archivesBaseName = 'java-diff-utils'
7-
version = '2.2.0'
7+
version = '2.2.1-SNAPSHOT'
88

99
sourceCompatibility = '1.7'
1010
targetCompatibility = '1.7'

0 commit comments

Comments
 (0)