Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fsavje committed Jun 16, 2018
1 parent 7d7bc39 commit c26579c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# math-with-slack 0.2.5

* Fixes bug in Windows script.


# math-with-slack 0.2.4

* Minor fixes.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Download and run your platform's script. Restart the Slack client. You're done!
Run the following in a terminal:

```shell
curl -OL https://github.com/fsavje/math-with-slack/releases/download/v0.2.4/math-with-slack.sh
curl -OL https://github.com/fsavje/math-with-slack/releases/download/v0.2.5/math-with-slack.sh
sudo bash math-with-slack.sh
```


### Windows

[Download the script](https://github.com/fsavje/math-with-slack/releases/download/v0.2.4/math-with-slack.bat) and double-click to run. Alternatively, run it in the command prompt with:
[Download the script](https://github.com/fsavje/math-with-slack/releases/download/v0.2.5/math-with-slack.bat) and double-click to run. Alternatively, run it in the command prompt with:

```shell
math-with-slack.bat
Expand Down
2 changes: 1 addition & 1 deletion math-with-slack.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

:: Constants

SET "MWS_VERSION=v0.2.4"
SET "MWS_VERSION=v0.2.5"


:: User input
Expand Down
2 changes: 1 addition & 1 deletion math-with-slack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Constants

MWS_VERSION="v0.2.4"
MWS_VERSION="v0.2.5"


## Functions
Expand Down

0 comments on commit c26579c

Please sign in to comment.