Skip to content

Commit ee649d9

Browse files
author
Roman Rudakov
committed
Bump version 1.3.1
1 parent a49674f commit ee649d9

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.0"
1+
(defproject education-api "1.3.1"
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
@@ -63,7 +63,7 @@
6363
:spec {}}
6464
:data
6565
{:info
66-
{:version "1.3.0"
66+
{:version "1.3.1"
6767
:title "Education API"
6868
:description "REST API for education application"
6969
:contact

0 commit comments

Comments
 (0)