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 08456a5 commit 5774e4cCopy full SHA for 5774e4c
project.clj
@@ -1,4 +1,4 @@
1
-(defproject education-api "1.3.1"
+(defproject education-api "1.4.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
@@ -64,7 +64,7 @@
64
:spec {}}
65
:data
66
{:info
67
- {:version "1.3.1"
+ {:version "1.4.0"
68
:title "Education API"
69
:description "REST API for education application"
70
:contact
0 commit comments