Skip to content

Commit c26579c

Browse files
committed
Bump version
1 parent 7d7bc39 commit c26579c

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# math-with-slack 0.2.5
2+
3+
* Fixes bug in Windows script.
4+
5+
16
# math-with-slack 0.2.4
27

38
* Minor fixes.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Download and run your platform's script. Restart the Slack client. You're done!
2222
Run the following in a terminal:
2323

2424
```shell
25-
curl -OL https://github.com/fsavje/math-with-slack/releases/download/v0.2.4/math-with-slack.sh
25+
curl -OL https://github.com/fsavje/math-with-slack/releases/download/v0.2.5/math-with-slack.sh
2626
sudo bash math-with-slack.sh
2727
```
2828

2929

3030
### Windows
3131

32-
[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:
32+
[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:
3333

3434
```shell
3535
math-with-slack.bat

math-with-slack.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
:: Constants
2020

21-
SET "MWS_VERSION=v0.2.4"
21+
SET "MWS_VERSION=v0.2.5"
2222

2323

2424
:: User input

math-with-slack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
## Constants
2020

21-
MWS_VERSION="v0.2.4"
21+
MWS_VERSION="v0.2.5"
2222

2323

2424
## Functions

0 commit comments

Comments
 (0)