Skip to content

Commit da5881a

Browse files
committed
release 0.3.4
1 parent 2fab3da commit da5881a

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
@@ -1,6 +1,6 @@
11
FROM python:3.12-alpine
22

3-
RUN pip install --no-cache-dir markopolis==0.3.3
3+
RUN pip install --no-cache-dir markopolis==0.3.4
44

55
WORKDIR /app
66

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:0.3.1
55+
image: ghcr.io/rishikanthc/markopolis:0.3.4
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 = "0.3.3"
3+
version = "0.3.4"
44
description = "Self-hostable Obsidian Publish"
55
authors = ["Rishikanth Chandrasekaran <r3chandr@ucsd.edu>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)