Skip to content

Commit

Permalink
Bump version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveiano committed May 23, 2022
1 parent bd4cb9b commit 0b5dea1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

- Bugfix: Added wdc.svg.

# Next
# 1.1.0

- Added test_install.sh
- Added "Climatological Days" Tile to stats and year pages
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def loader():
class BasicInstaller(ExtensionInstaller):
def __init__(self):
super(BasicInstaller, self).__init__(
version="1.0.3",
version="1.1.0",
name='weewx-wdc',
description='Weather Data Center skin for weewx.',
author="David Baetge",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weewx-wdc",
"version": "1.0.3",
"version": "1.1.0",
"description": "Weather Data Center skin for weewx.",
"author": "David Baetge <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion skins/weewx-wdc/skin.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# configuration file for the weewx-wdc skin
SKIN_NAME = Weather Data Center
SKIN_VERSION = 1.0.3
SKIN_VERSION = 1.1.0

[Extras]
# Show a link to the GitHub respository of this skin. Set to False to hide.
Expand Down

0 comments on commit 0b5dea1

Please sign in to comment.