Skip to content

Commit 6f9df4b

Browse files
committed
Bump version to 1.1.0
1 parent 4a5f1a0 commit 6f9df4b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

browser/app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Rsync.net S3 Gateway - Snapshot-Aware Browser Application
33
"""
44

5-
__version__ = "1.0.0"
5+
__version__ = "1.1.0"

browser/app/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ async def lifespan(app: FastAPI):
3939
app = FastAPI(
4040
title="Rsync.net S3 Gateway Browser",
4141
description="Snapshot-aware browser for rsync.net S3 storage",
42-
version="1.0.0",
42+
version="1.1.0",
4343
lifespan=lifespan,
4444
)
4545

browser/app/templates/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@
299299
</main>
300300

301301
<footer>
302-
<p>Rsync.net S3 Gateway Browser v1.0.0 | Snapshot-aware storage browser</p>
302+
<p>Rsync.net S3 Gateway Browser v1.1.0 | Snapshot-aware storage browser</p>
303303
</footer>
304304

305305
{% block scripts %}{% endblock %}

0 commit comments

Comments
 (0)