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
leeliu committed Aug 25, 2016
1 parent 256c8b8 commit dccbfd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions logdna.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<metadata>
<id>logdna</id>
<title>LogDNA CLI for Windows</title>
<version>1.0.9</version>
<authors>sedouard</authors>
<version>1.1.0</version>
<authors>sedouard,leeliu</authors>
<owners>leeliu</owners>
<summary>The official LogDNA CLI</summary>
<description>This CLI allows you to directly signup for logdna.com logging service right from your console.</description>
<summary>LogDNA CLI for Windows</summary>
<description>The LogDNA CLI allows you to signup for a new account and tail your server logs right from the command line.</description>
<projectUrl>https://github.com/logdna/logdna-cli</projectUrl>
<packageSourceUrl>https://github.com/logdna/logdna-cli</packageSourceUrl>
<docsUrl>https://github.com/logdna/logdna-cli</docsUrl>
Expand All @@ -18,7 +18,7 @@
<licenseUrl>https://github.com/logdna/logdna-cli/blob/master/LICENSE.md</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://logdna.com/assets/images/logdna_logo.png</iconUrl>
<releaseNotes>Initial Release of the LogDNA CLI for Windows</releaseNotes>
<releaseNotes>LogDNA CLI for Windows</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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": "logdna-cli",
"version": "1.0.9",
"version": "1.1.0",
"description": "LogDNA CLI",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit dccbfd8

Please sign in to comment.