Skip to content

Commit

Permalink
Using lib 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 31, 2016
1 parent fe78d8a commit 6ddc200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,10 @@

Changelog of Git Changelog.

## Next release
## 1.1
### Other changes

[b00d6cb8951979b](https://github.com/tomasbjerre/git-changelog-lib/commit/b00d6cb8951979b) Tomas Bjerre *2016-01-30 17:08:40*
[c66eae3ba424076](https://github.com/tomasbjerre/git-changelog-lib/commit/c66eae3ba424076) Tomas Bjerre *2016-01-30 17:23:15*

Lib 1.22 and test cases

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -29,7 +29,7 @@ repositories {
}

dependencies {
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.22'
compile 'se.bjurr.gitchangelog:git-changelog-lib:1.23'
compile 'se.softhouse:jargo:0.1.1'
testCompile 'junit:junit:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion build.sh
@@ -1,3 +1,3 @@
#!/bin/bash
./gradlew clean build
./gradlew clean build || exit 1
./generate_changelog.sh

0 comments on commit 6ddc200

Please sign in to comment.