Skip to content

Commit

Permalink
Fix banner url.
Browse files Browse the repository at this point in the history
  • Loading branch information
skleinei committed Apr 17, 2017
1 parent 06874c8 commit 1b1a611
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Alfred Confluence Workflow](https://github.com/skleinei/alfred-confluence/raw/master/assets/banner.png)
![Alfred Confluence Workflow](https://github.com/skleinei/alfred-confluence/raw/master/design/banner.png)


# Alfred Confluence Workflow
Expand Down Expand Up @@ -74,7 +74,7 @@ $ make all
In order to release a new version:

1. Bump the version numbers (semantic version numbering!) in both files:
* `Info.plist` (at the very end of the file)
* `Info.plist` (2x: at the very end of the file AND line ~110 (for the workflow name))
* `alfred-confluence.py` (line ~15)
2. Commit all changes.
3. Create a release on [Github](https://help.github.com/categories/releases/)
Expand Down
2 changes: 1 addition & 1 deletion src/alfred-confluence.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
PROP_USERNAME = 'confluence_username'
PROP_PASSWORD = 'confluence_password'

VERSION = '1.0.0'
VERSION = '1.0.1'


def getConfluenceBaseUrl():
Expand Down
4 changes: 2 additions & 2 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<key>disabled</key>
<false/>
<key>name</key>
<string>Confluence Quick Search</string>
<string>Confluence Quick Search v1.0.1</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -475,7 +475,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
</dict>
</dict>
<key>version</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>webaddress</key>
<string>https://www.k15t.com</string>
</dict>
Expand Down

0 comments on commit 1b1a611

Please sign in to comment.