From 6a6929ae5a8722025fbc8ce37bea549dcfc85613 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20=C5=A0eda?= <441048@mail.muni.cz>
Date: Fri, 19 Feb 2021 19:59:58 +0000
Subject: [PATCH] update projectVersion to 1.0.0

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a1e190f3..5bb29105 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
     </parent>
     <groupId>cz.muni.ics.kypo</groupId>
     <artifactId>kypo2-adaptive-training</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
     <name>KYPO2 Adaptive Training</name>
     <description>KYPO2 Adaptive Training</description>
-- 
GitLab