Skip to content

Commit

Permalink
Bump version number prepare for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
clarencecastillo committed Jun 1, 2020
1 parent 84c1547 commit 7e11d45
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
Binary file not shown.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ Use the `init.sh` script to install the required dependencies inside the `src` f

## Releases ##

When preparing a new release, don't forget to:
There's probably a smarter way to do this, but when preparing a new release, don't forget to:

1. Bump `version` file
2. Update `user-agent` version inside `src/api.py` (hopefully the devs will appreciate this)
3. Update the exported workflow following the format `Powerthesaurus-x.x.x.alfredworkflow`
2. Bump `user-agent` version inside `src/api.py`
3. Bump the exported workflow following the format `Powerthesaurus-x.x.x.alfredworkflow`
4. Bump `alfredworkflow.version` field in `metadata.json` or just re-export the entire `metadata.json`


## Licensing ##
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"readme" : "Search Powerthesaurus synonyms and antonyms from Alfred",
"createdby" : "Clarence Castillo",
"downloadurl" : "",
"version" : "2.1.0",
"version" : "2.1.1",
"bundleid" : "me.clarencecastillo.alfred-powerthesaurus",
"description" : "Search for synonyms and antonyms on powerthesaurus.org",
"name" : "Powerthesaurus",
Expand Down
2 changes: 1 addition & 1 deletion src/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class PowerThesaurus:

USER_AGENT = "Alfred-Powerthesaurus/2.1.0"
USER_AGENT = "Alfred-Powerthesaurus/2.1.1"
GQL_THESAURUS_QUERY = "thesaurus_query"
GQL_SEARCH_QUERY = "search_query"

Expand Down
2 changes: 1 addition & 1 deletion src/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1

0 comments on commit 7e11d45

Please sign in to comment.