Skip to content

Commit

Permalink
upates version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wayne committed Aug 29, 2016
1 parent c8d5934 commit 92e244c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ publishing {
artifact javadocJar
groupId 'edu.princeton.cs'
artifactId 'algs4'
version '1.0.1'
version '1.0.2'
}
}
}
Expand All @@ -72,8 +72,8 @@ bintray {
githubRepo = 'kevin-wayne/algs4'
githubReleaseNotesFile = 'README.md'
version {
name = '1.0.1'
vcsTag = '1.0.1'
name = '1.0.2'
vcsTag = '1.0.2'
}
}
}
Expand Down

0 comments on commit 92e244c

Please sign in to comment.