aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAdrián Oliva <adrian.oliva@cimat.mx>2023-05-28 14:31:22 -0600
committerAdrián Oliva <adrian.oliva@cimat.mx>2023-05-28 14:31:22 -0600
commite95dfec7ccb5a09e9278b7efbade15d5bb3267e0 (patch)
treeff893f81a690080effe8255695e70038547239b4 /pom.xml
parentc56d07e0e045981b33af8bbe1ff26b3dc705d073 (diff)
downloadToDo-App-BE-e95dfec7ccb5a09e9278b7efbade15d5bb3267e0.tar.gz
ToDo-App-BE-e95dfec7ccb5a09e9278b7efbade15d5bb3267e0.zip
Works well with Front End...v0.1.0
Maybe not so well alone. Still needs a lot of validations.
Diffstat (limited to '')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 03ac0bb..5dbae88 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.encora</groupId>
<artifactId>to-do-app-be</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.1.0</version>
<name>ToDo App</name>
<description>Back End for a simple To Do App.</description>
<properties>