Skip to content

Commit

Permalink
Increment circulation interface version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjohnson-kint committed Apr 4, 2017
1 parent 7110e46 commit 61a375b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ModuleDescriptor-1.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"provides": [
{
"id": "circulation",
"version": "0.1",
"version": "1.0",
"routingEntries": [
{
"methods": [
Expand All @@ -23,7 +23,7 @@
"requires": [
{
"id": "loan-storage",
"version": "0.1"
"version": "1.0"
},
{
"id": "item-storage",
Expand Down
2 changes: 1 addition & 1 deletion ModuleDescriptor-1.2.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"provides": [
{
"id": "circulation",
"version": "0.1",
"version": "1.0",
"handlers": [
{
"methods": ["GET"],
Expand Down
2 changes: 1 addition & 1 deletion ramls/circulation.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Circulation
version: v0.1
version: v1.0
protocols: [ HTTP, HTTPS ]
baseUri: http://localhost:9130

Expand Down

0 comments on commit 61a375b

Please sign in to comment.