Skip to content

Commit 5774e4c

Browse files
author
Roman Rudakov
committed
Bump version 1.4.0
1 parent 08456a5 commit 5774e4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject education-api "1.3.1"
1+
(defproject education-api "1.4.0"
22
:description "Back end for education web application"
33
:url "http://educationapp-api.herokuapp.com/swagger"
44
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"

src/education/http/routes.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
:spec {}}
6565
:data
6666
{:info
67-
{:version "1.3.1"
67+
{:version "1.4.0"
6868
:title "Education API"
6969
:description "REST API for education application"
7070
:contact

0 commit comments

Comments
 (0)