We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae750b9 commit 4c94225Copy full SHA for 4c94225
project.clj
@@ -1,4 +1,4 @@
1
-(defproject education-api "1.2.1-SNAPSHOT"
+(defproject education-api "1.3.0"
2
:description "Back end for education web application"
3
:url "http://educationapp-api.herokuapp.com/swagger"
4
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
src/education/http/routes.clj
@@ -63,7 +63,7 @@
63
:spec {}}
64
:data
65
{:info
66
- {:version "1.0.0"
+ {:version "1.3.0"
67
:title "Education API"
68
:description "REST API for education application"
69
:contact
0 commit comments