Skip to content

Commit c5b769a

Browse files
committed
release: bump version to 1.9.12
1 parent 3f6d20f commit c5b769a

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.11
1+
1.9.12

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
odin:
1616
build: .
1717
# For published image, comment out 'build' above and use:
18-
# image: ghcr.io/hughkantsime/odin:v1.9.11
18+
# image: ghcr.io/hughkantsime/odin:v1.9.12
1919
container_name: odin
2020
restart: unless-stopped
2121
ports:

frontend/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "odin-ui",
33
"private": true,
4-
"version": "1.9.11",
4+
"version": "1.9.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

frontend/public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// O.D.I.N. - Service Worker for Push Notifications
22

3-
const CACHE_NAME = 'odin-v1.9.11';
3+
const CACHE_NAME = 'odin-v1.9.12';
44

55
// Install event
66
self.addEventListener('install', (event) => {

install/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ case "$(uname -s 2>/dev/null)" in
1717
;;
1818
esac
1919

20-
ODIN_VERSION="1.9.11"
20+
ODIN_VERSION="1.9.12"
2121
ODIN_IMAGE="ghcr.io/hughkantsime/odin:latest"
2222
ODIN_REPO="https://raw.githubusercontent.com/HughKantsime/runsodin/master"
2323
INSTALL_DIR="./odin"

0 commit comments

Comments
 (0)