Skip to content

Commit

Permalink
🔧 Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
neoground committed Mar 24, 2021
1 parent b1e4ff2 commit 95b05a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Cloudbase chart
- Chart titles can be changed

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion dist/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def loader():
class BasicInstaller(ExtensionInstaller):
def __init__(self):
super(BasicInstaller, self).__init__(
version="1.9",
version="1.10",
name='neowx-material',
description='The most versatile and modern weewx skin',
author="Neoground GmbH",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neowx-material",
"version": "1.9.0",
"version": "1.10.0",
"description": "The most versatile and modern weewx skin",
"main": "index.js",
"repository": "https://github.com/neoground/neowx-material",
Expand Down
2 changes: 1 addition & 1 deletion src/skin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# This is the current version of this skin.
# You can check for updates on the project page.
#
version = 1.9
version = 1.10

# Language
# -------------------------------------------------------------------------
Expand Down

0 comments on commit 95b05a2

Please sign in to comment.