Skip to content

Commit

Permalink
Merge pull request #1142 from kimalec/160927-09C-release
Browse files Browse the repository at this point in the history
release 0.9.12
  • Loading branch information
kimalec authored Sep 27, 2016
2 parents f491267 + aa85d9e commit 7194f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="net.wizardfactory.todayweather" version="0.9.10" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.wizardfactory.todayweather" version="0.9.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TodayWeather</name>
<description>
Inform how warm or cold it is today than yesterday.
Expand Down Expand Up @@ -85,4 +85,4 @@
<icon src="resources/android/icon/drawable-xhdpi-icon.png"/>
<allow-navigation href="*"/>
<allow-intent href="mailto:*"/>
</widget>
</widget>
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TodayWeather",
"version": "0.9.10",
"version": "0.9.12",
"description": "TodayWeather: Inform how warm or cold it is today than yesterday.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 7194f99

Please sign in to comment.