Skip to content

Commit 813e022

Browse files
author
Bernhard Posselt
committed
bump versions
1 parent fdef111 commit 813e022

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

nextcloudappstore/core/fixtures/nextcloudreleases.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
[
22
{
33
"model": "core.nextcloudrelease",
4-
"pk": "12.0.0",
4+
"pk": "12.0.1",
55
"fields": {
66
"is_current": true
77
}
88
},
9+
{
10+
"model": "core.nextcloudrelease",
11+
"pk": "12.0.0",
12+
"fields": {
13+
"is_current": false
14+
}
15+
},
916
{
1017
"model": "core.nextcloudrelease",
1118
"pk": "11.0.0",
@@ -34,6 +41,20 @@
3441
"is_current": false
3542
}
3643
},
44+
{
45+
"model": "core.nextcloudrelease",
46+
"pk": "11.0.4",
47+
"fields": {
48+
"is_current": false
49+
}
50+
},
51+
{
52+
"model": "core.nextcloudrelease",
53+
"pk": "11.0.5",
54+
"fields": {
55+
"is_current": false
56+
}
57+
},
3758
{
3859
"model": "core.nextcloudrelease",
3960
"pk": "10.0.0",

0 commit comments

Comments
 (0)