Skip to content

Commit 93d910a

Browse files
authored
Fix default wasp version (#1701)
1 parent 6ba2047 commit 93d910a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config/versionedConfig.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ exports.buildPluginsConfig = [
2828
versions: [
2929
{
3030
label: 'v1.5',
31-
badges: ['Testnet'],
31+
badges: ['IOTA', 'Shimmer', 'Testnet'],
3232
},
3333
{
3434
label: 'v1.6',
35-
badges: ['IOTA', 'Shimmer'],
3635
},
3736
],
3837
},
@@ -146,11 +145,10 @@ exports.maintainPluginsConfig = [
146145
versions: [
147146
{
148147
label: 'v1.5',
149-
badges: ['Testnet'],
148+
badges: ['IOTA', 'Shimmer', 'Testnet'],
150149
},
151150
{
152151
label: 'v1.6',
153-
badges: ['IOTA', 'Shimmer'],
154152
},
155153
],
156154
},

0 commit comments

Comments
 (0)