Compare commits

...

2 Commits

Author SHA1 Message Date
Fabio Manganiello d993d1c29b Bump version: 0.2.14 → 0.2.15 2023-04-16 01:50:00 +02:00
Fabio Manganiello 3ff839e5d3 Fixed viewport 2023-04-16 01:49:53 +02:00
4 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
__version__ = '0.2.14'
__version__ = '0.2.15'

View File

@ -6,7 +6,6 @@
<!-- PWA & Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<meta name="viewport" content="uc-fitscreen=yes"/>
<meta name="description" content="{{ config.description }}">
<link rel="manifest" href="/manifest.json">
<!-- Android PWA -->
@ -17,8 +16,6 @@
<meta name="apple-mobile-web-app-title" content="{{ config.title }}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<!-- Layout mode -->
<meta name="layoutmode" content="fitscreen/standard">
<!-- Orientation -->
<meta name="screen-orientation" content="portrait">
<!-- RSS feed -->

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.14
current_version = 0.2.15
commit = True
tag = True

View File

@ -11,7 +11,7 @@ def readfile(file):
setup(
name='madblog',
version='0.2.14',
version='0.2.15',
author='Fabio Manganiello',
author_email='info@fabiomanganiello.com',
description='A minimal platform for Markdown-based blogs',