Skip to content

Commit c87bd51

Browse files
committed
new version release
1 parent 846e240 commit c87bd51

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [0.9.1]
1010

1111
## Fixed
1212
- Entity updates (PUT) not working properly [#21](https://github.com/SirChri/employee-shift-scheduler/issues/21)

webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM tomcat:jre21
2-
ADD https://github.com/SirChri/employee-shift-scheduler/releases/latest/download/ess-v0.9.war /tmp/ess.war
2+
ADD https://github.com/SirChri/employee-shift-scheduler/releases/latest/download/ess-v0.9.1.war /tmp/ess.war
33
RUN apt-get update && apt-get install unzip
44
RUN unzip /tmp/ess.war -d /usr/local/tomcat/webapps/ess
55

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</parent>
1414
<groupId>io.sirchri</groupId>
1515
<artifactId>ess</artifactId>
16-
<version>0.9</version>
16+
<version>0.9.1</version>
1717
<packaging>war</packaging>
1818
<name>ess</name>
1919
<description>Shift Scheduler</description>

webapp/src/main/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ess-ui",
3-
"version": "0.9",
3+
"version": "0.9.1",
44
"private": true,
55
"dependencies": {
66
"@fullcalendar/core": "^6.1.11",

0 commit comments

Comments
 (0)