Skip to content

Commit

Permalink
Fix typo in release.py pending message. Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
icasdri committed Nov 18, 2016
1 parent 90b797d commit 180a130
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stabping"
version = "0.1.0"
version = "0.1.1"
authors = ["icasdri <icasdri@gmail.com>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stabping",
"description": "Continuously monitor your connection/ISP's latency & speed and view them in interactive charts",
"version": "0.1.0",
"version": "0.1.1",
"license": "GPLv3+",
"author": "icasdri <icasdri@gmail.com>",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def repo_api(additional):
'tag_name': ENV.release_version,
'name': 'Pending Release',
'body': 'Please wait while release builds finish and artifacts'
' are uplaoded. This release will be available soon.',
' are uploaded. This release will be available soon.',
'draft': True
}).encode()
request = Request(repo_api('releases'), new_release_data,
Expand Down

0 comments on commit 180a130

Please sign in to comment.