Skip to content

Commit f17426d

Browse files
committed
Bump version: 0.0.38 → 0.0.39
1 parent 13621d9 commit f17426d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.38
2+
current_version = 0.0.39
33
commit = True
44
tag = True
55

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
matrix:
1616
fast_finish: true
1717
build: off
18-
version: '0.0.38-{build}'
18+
version: '0.0.39-{build}'
1919
shallow_clone: true
2020
clone_depth: 1
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "whiteboard-app",
33
"productName": "Whiteboard",
4-
"version": "0.0.38",
4+
"version": "0.0.39",
55
"description": "Whiteboard - a slide-based activity presentation system",
66
"bin": {
77
"whiteboard": "./bin/whiteboard"

0 commit comments

Comments
 (0)