Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Apr 28, 2017
1 parent 5457491 commit 5e98238
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [Unreleased]
### Added
- Translation API for Metrics

### Changed

### Removed

### Fixed

## [1.1.2] - 2017-04-28
### Added
- Translation API for Metrics

## [1.1.1] - 2017-04-07
### Fixed
- GitHub Issue: Flickering surfaces #3
Expand Down
4 changes: 2 additions & 2 deletions analysis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ plugins {
}

group 'de.maibornwolff.codecharta'
version '1.1.1'
version '1.1.2'

repositories {
mavenCentral()
}

allprojects {
group 'de.maibornwolff.codecharta'
version '1.1.1'
version '1.1.2'

repositories.addAll(rootProject.getBuildscript().getRepositories())

Expand Down
2 changes: 1 addition & 1 deletion analysis/dist/ccsh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ esac

CC_INSTALL_DIR=$(dirname "${CCSH_PATH}")

CC_VERSION="1.1.1"
CC_VERSION="1.1.2"

CC_CMD=(
"install"
Expand Down
2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "MaibornWolff GmbH <[email protected]>",
"homepage": "http://git.maibornwolff.de/codecharta-sw-landkarten/visualisierung",
"name": "CodeCharta",
"version": "1.1.1",
"version": "1.1.2",
"description": "MaibornWolff CodeCharta",
"main": "dist/app/index.html",
"window": {
Expand Down

0 comments on commit 5e98238

Please sign in to comment.