Skip to content

Commit

Permalink
Update dependencies, bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Wilhelmer committed Sep 20, 2021
1 parent 0d62f9c commit 67ec6b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdocs>=1.0.4
htmlmin>=0.1.4
jsmin>=2.2.2
jsmin>=3.0.0
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

setup(
name='mkdocs-minify-plugin',
version='0.4.0',
version='0.4.1',
description='An MkDocs plugin to minify HTML and/or JS files prior to being written to disk',
long_description='',
keywords='mkdocs minify publishing documentation html css',
url='https://github.com/byrnereese/mkdocs-minify-plugin',
author='Byrne Reese, Lars Wilhelmer',
author_email='byrne@majordojo.com',
license='MIT',
python_requires='>=2.7',
python_requires='>=3.0',
install_requires=[
'mkdocs>=1.0.4','htmlmin>=0.1.4', 'jsmin>=2.2.2'
'mkdocs>=1.0.4','htmlmin>=0.1.4', 'jsmin>=3.0.0'
],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 67ec6b8

Please sign in to comment.