Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc committed Aug 19, 2024
1 parent 93423d7 commit b8118ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.12-alpine
RUN apk add --no-cache ripgrep

# Install markopolis
RUN pip install --no-cache-dir markopolis==1.0.0
RUN pip install --no-cache-dir markopolis==1.1.0

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ version: '3.8'
services:
markopolis:
image: ghcr.io/rishikanthc/markopolis:1.0.0
image: ghcr.io/rishikanthc/markopolis:1.1.0
ports:
- "8080:8080"
environment:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "markopolis"
version = "1.0.0"
version = "1.1.0"
description = "Self-hostable Obsidian Publish"
authors = ["Rishikanth Chandrasekaran <r3chandr@ucsd.edu>"]
readme = "README.md"
Expand Down

0 comments on commit b8118ff

Please sign in to comment.