Skip to content
This repository has been archived by the owner on Dec 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #86 from tubone24/fix_appveyoe
Browse files Browse the repository at this point in the history
version up
  • Loading branch information
tubone24 committed May 18, 2019
2 parents d219706 + f0fb52c commit 236edaf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/aad7507945af342edab5
method: POST
- provider: GitHubPullRequest
auth_token:
secure: uyE7IjNU0mnVjSInKNP44FmvzNWU2C4iaajucgBSTZV6nd7wGvj8wFX9luXScsuL
template: "{{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"

deploy:
release: $(APPVEYOR_REPO_TAG_NAME)
Expand Down
2 changes: 1 addition & 1 deletion ebook_homebrew/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.3"
__version__ = "2.0.4"
2 changes: 1 addition & 1 deletion tests/assets/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ info:
name: MIT
url: https://opensource.org/licenses/MIT
title: Ebook-homebrew
version: 2.0.3
version: 2.0.4
openapi: 3.0.2
paths:
/status:
Expand Down

0 comments on commit 236edaf

Please sign in to comment.