Skip to content

Commit ba901e8

Browse files
committed
chore(release): Bump version to 1.0.1
Signed-off-by: Julius Knorr <[email protected]>
1 parent b6cdbb7 commit ba901e8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.1
4+
5+
### Fixed
6+
7+
- fix: Include composer dependencies in the release bundle @juliushaertl [#157](https://github.com/nextcloud/whiteboard/pull/157)
8+
39
## 1.0.0
410

511
Initial release

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
2323
2424
]]>
2525
</description>
26-
<version>1.0.0</version>
26+
<version>1.0.1</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)