File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 6
6
"support_url" : " https://github.com/mattermost/focalboard/issues" ,
7
7
"release_notes_url" : " https://github.com/mattermost/focalboard/releases" ,
8
8
"icon_path" : " assets/starter-template-icon.svg" ,
9
- "version" : " 9.1.1 " ,
9
+ "version" : " 9.1.2 " ,
10
10
"min_server_version" : " 7.2.0" ,
11
11
"server" : {
12
12
"executables" : {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`components/sidebar/GlobalHeader header menu should match snapshot 1`] =
10
10
/>
11
11
<a
12
12
class = " GlobalHeaderComponent__button help-button"
13
- href = " https://www.focalboard.com/fwlink/doc-boards.html?v=9.1.1 "
13
+ href = " https://www.focalboard.com/fwlink/doc-boards.html?v=9.1.2 "
14
14
rel = " noreferrer"
15
15
target = " _blank"
16
16
>
Original file line number Diff line number Diff line change @@ -51,9 +51,9 @@ exports[`components/sidebarSidebar dont show hidden boards 1`] = `
51
51
>
52
52
<div
53
53
class = " version"
54
- title = " v9.1.1 "
54
+ title = " v9.1.2 "
55
55
>
56
- v9.1.1
56
+ v9.1.2
57
57
</div >
58
58
</div >
59
59
</div >
@@ -252,9 +252,9 @@ exports[`components/sidebarSidebar should assign default category if current boa
252
252
>
253
253
<div
254
254
class = " version"
255
- title = " v9.1.1 "
255
+ title = " v9.1.2 "
256
256
>
257
- v9.1.1
257
+ v9.1.2
258
258
</div >
259
259
</div >
260
260
</div >
@@ -508,9 +508,9 @@ exports[`components/sidebarSidebar shouldnt do any category assignment is board
508
508
>
509
509
<div
510
510
class = " version"
511
- title = " v9.1.1 "
511
+ title = " v9.1.2 "
512
512
>
513
- v9.1.1
513
+ v9.1.2
514
514
</div >
515
515
</div >
516
516
</div >
@@ -919,9 +919,9 @@ exports[`components/sidebarSidebar sidebar hidden 1`] = `
919
919
>
920
920
<div
921
921
class = " version"
922
- title = " v9.1.1 "
922
+ title = " v9.1.2 "
923
923
>
924
- v9.1.1
924
+ v9.1.2
925
925
</div >
926
926
</div >
927
927
</div >
@@ -1213,9 +1213,9 @@ exports[`components/sidebarSidebar some categories hidden 1`] = `
1213
1213
>
1214
1214
<div
1215
1215
class = " version"
1216
- title = " v9.1.1 "
1216
+ title = " v9.1.2 "
1217
1217
>
1218
- v9.1.1
1218
+ v9.1.2
1219
1219
</div >
1220
1220
</div >
1221
1221
</div >
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ class Constants {
38
38
static readonly titleColumnId = '__title'
39
39
static readonly badgesColumnId = '__badges'
40
40
41
- static readonly versionString = '9.1.1 '
41
+ static readonly versionString = '9.1.2 '
42
42
43
43
static readonly archiveHelpPage = 'https://docs.mattermost.com/boards/migrate-to-boards.html'
44
44
static readonly imports = [
You can’t perform that action at this time.
0 commit comments