Skip to content

Commit 5abd0e3

Browse files
committed
Release 1.1.1
1 parent 1464fc1 commit 5abd0e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM python:3.12-alpine
44
RUN apk add --no-cache ripgrep
55

66
# Install markopolis
7-
RUN pip install --no-cache-dir markopolis==1.1.0
7+
RUN pip install --no-cache-dir markopolis==1.1.1
88

99
WORKDIR /app
1010

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ version: '3.8'
5252
5353
services:
5454
markopolis:
55-
image: ghcr.io/rishikanthc/markopolis:1.1.0
55+
image: ghcr.io/rishikanthc/markopolis:1.1.1
5656
ports:
5757
- "8080:8080"
5858
environment:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "markopolis"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
description = "Self-hostable Obsidian Publish"
55
authors = ["Rishikanth Chandrasekaran <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)