Skip to content

Commit

Permalink
Releasing 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpatpat committed Feb 2, 2018
1 parent 08b99c0 commit 3f5dbed
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
## [unreleased]
### Added

### Changed

### Removed

### Fixed

## [1.7.0] - 2018-02-02
### Added

### Changed
- npm pachage scoped to @maibornwolff
- Defined further scenarios via json file
Expand Down
2 changes: 1 addition & 1 deletion analysis/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project-wide Gradle settings.

currentVersion=1.6.7
currentVersion=1.7.0

# The Gradle daemon aims to improve the startup and execution time of Gradle.
# When set to true the Gradle daemon is to run the build.
Expand Down
2 changes: 1 addition & 1 deletion analysis/node-wrapper/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion analysis/node-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "@maibornwolff/codecharta-analysis",
"version": "1.6.7",
"version": "1.7.0",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "../gradlew -p .. installDist && ../build/install/codecharta-analysis/ccsh install && cp -R ../build/install/codecharta-analysis public"
Expand Down
2 changes: 1 addition & 1 deletion visualization/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion visualization/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/MaibornWolff/codecharta.git"
},
"name": "@maibornwolff/codecharta-visualization",
"version": "1.6.7",
"version": "1.7.0",
"description": "MaibornWolff CodeCharta",
"files": [
"dist/webpack",
Expand Down

0 comments on commit 3f5dbed

Please sign in to comment.