Skip to content

Commit

Permalink
patch update
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeymolen committed Jan 2, 2017
1 parent 40bccfe commit 6d30630
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# version format
version: 1.4.0-alpha.{build}
version: 1.4.1-alpha.{build}
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion samples/Sample.NetCore.Autofac/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"version": "1.1.0"
},
"NLog.Extensions.Logging": "1.0.0-rtm-alpha5",
"DavisVantage.WeatherReader": "1.4.0-*",
"DavisVantage.WeatherReader": "1.4.1-*",
"Autofac": "4.2.1",
"Microsoft.Extensions.Configuration.Binder": "1.1.0",
"Microsoft.Extensions.Configuration.Json": "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion samples/Sample.NetCore/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "1.1.0"
},
"NLog.Extensions.Logging": "1.0.0-rtm-alpha5",
"DavisVantage.WeatherReader": "1.4.0-*"
"DavisVantage.WeatherReader": "1.4.1-*"
},

"frameworks": {
Expand Down
2 changes: 1 addition & 1 deletion src/DavisVantage.WeatherReader/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.0-alpha",
"version": "1.4.1-alpha",
"Title": "DavisVantage.WeatherReader",
"authors": [ "Michael Keymolen" ],
"copyright": "Copyright 2016",
Expand Down

0 comments on commit 6d30630

Please sign in to comment.