File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 1.0.0
4
10
5
11
Initial release
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
23
23
24
24
]]>
25
25
</description >
26
- <version >1.0.0 </version >
26
+ <version >1.0.1 </version >
27
27
<licence >agpl</licence >
28
28
<author >Julius Härtl</author >
29
29
<namespace >Whiteboard</namespace >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " whiteboard" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"license" : " AGPL-3.0-or-later" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments