Skip to content

Commit ef8452c

Browse files
committed
Bump version, compatible clients
1 parent 156fbc1 commit ef8452c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spectra-server",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"author": {
55
"name": "Purple Shark UG (haftungsbeschränkt)",
66
"url": "https://valospectra.com"
@@ -71,4 +71,4 @@
7171
]
7272
},
7373
"packageManager": "yarn@4.7.0"
74-
}
74+
}

src/util/CompatibleClients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import semver from "semver";
22

33
export function isCompatibleVersion(version: string): boolean {
4-
return semver.satisfies(version, `>=0.3.0 <0.3.25`);
4+
return semver.satisfies(version, `>=0.3.3 <0.3.25`);
55
}

0 commit comments

Comments
 (0)