Skip to content

Commit 4c94225

Browse files
author
Roman Rudakov
committed
Bump version
1 parent ae750b9 commit 4c94225

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

0 commit comments

Comments
 (0)