diff --git a/pom.xml b/pom.xml index e06f8e14..9cdbb71f 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ com.graduation-project student-information-system-be - v1.1.0 + v1.2.0 war Student Information System Student Information System for Higher Education diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4f75b70d..54aee3a9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ sis: title: Student Information System API - version: v1.1.0 + version: v1.2.0 server: port: 8585