Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarbettini committed Jun 16, 2016
1 parent 7833bd8 commit e40055d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Stormpath.Owin.Abstractions/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Abstractions"
},
"version": "1.0.0-beta1"
"version": "1.0.0"
}
4 changes: 2 additions & 2 deletions src/Stormpath.Owin.Middleware/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Stormpath.Configuration.Abstractions": "5.1.0",
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.0.0-beta1"
"version": "1.0.0"
},
"Stormpath.SDK": "0.9.2"
},
Expand Down Expand Up @@ -48,5 +48,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Middleware"
},
"version": "1.0.0-beta1"
"version": "1.0.0"
}
6 changes: 3 additions & 3 deletions src/Stormpath.Owin.Views.Precompiled/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"dependencies": {
"Stormpath.Owin.Abstractions": {
"target": "project",
"version": "1.0.0-beta1"
"version": "1.0.0"
},
"Stormpath.SDK.Abstractions": "0.9.1"
"Stormpath.SDK.Abstractions": "0.9.1"
},
"description": "Precompiled views for the Stormpath OWIN middleware library.",
"frameworks": {
Expand Down Expand Up @@ -44,5 +44,5 @@
"tooling": {
"defaultNamespace": "Stormpath.Owin.Views.Precompiled"
},
"version": "0.2.1-beta2"
"version": "0.2.1"
}

0 comments on commit e40055d

Please sign in to comment.