Skip to content

Commit

Permalink
Release version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Jun 7, 2017
1 parent bd06a6e commit f7ac3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.0 Unreleased
## 3.0.0 2017-06-07

* Removes item representation from requests forwarded to storage
* Circulation.all permission set includes permissions for related UI tasks
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'application'

mainClassName = "org.folio.circulation.Launcher"
version = "3.0.0-SNAPSHOT"
version = "3.0.0"

ext.sharedManifest = manifest {
attributes(
Expand Down

0 comments on commit f7ac3f7

Please sign in to comment.