Skip to content

Commit 13c12e6

Browse files
committed
bump version to 0.6.8
1 parent 23e9255 commit 13c12e6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.well-known/tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "QECTOR Decoder v3",
2+
"name": "QECTOR Decoder v3 (0.6.8)",
33
"canonical": "https://qector.store",
44
"topics": [
55
"quantum-error-correction",

source/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "qector-store",
33
"private": true,
4-
"version": "0.6.7",
4+
"version": "0.6.8",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

source/public/.well-known/tags.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "QECTOR Decoder v3",
2+
"name": "QECTOR Decoder v3 (0.6.8)",
33
"canonical": "https://qector.store",
44
"topics": [
55
"quantum-error-correction",

source/public/health.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"service": "QECTOR Store",
55
"canonical": "https://qector.store",
66
"package": "qector-decoder-v3",
7-
"version": "0.6.7"
7+
"version": "0.6.8"
88
}

source/src/lib/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const APP_CONFIG = {
2-
version: '0.6.7',
2+
version: '0.6.8',
33
pypiPackage: 'qector-decoder-v3',
44
contactEndpoint: import.meta.env.VITE_CONTACT_ENDPOINT as string | undefined,
55
ogImage: 'https://qector.store/assets/og-image.png',

0 commit comments

Comments
 (0)