Skip to content

Commit af675d7

Browse files
committed
update workloads
1 parent 1b1b0e8 commit af675d7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

workloads/compiler/vein.compiler.vproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vein.compiler
2-
version: '0.30.3'
2+
version: '0.30.4'
33
author:
44
- name: Yuuki Wesp
55
github: '0xF6'

workloads/compiler/workload.manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vein.compiler",
3-
"version": "0.30.3",
3+
"version": "0.30.4",
44
"workloads": {
55
"vein-compiler": {
66
"name": "vein-compiler",
@@ -22,11 +22,11 @@
2222
"name": "vein-compiler-package",
2323
"kind": "tool",
2424
"aliases": {
25-
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/veinc.compiler.win-x64.zip",
26-
"osx-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/veinc.compiler.osx-x64.zip",
27-
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/veinc.compiler.osx-arm64.zip",
28-
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/veinc.compiler.linux-x64.zip",
29-
"linux-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/veinc.compiler.linux-arm64.zip"
25+
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.win-x64.zip",
26+
"osx-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.osx-x64.zip",
27+
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.osx-arm64.zip",
28+
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.linux-x64.zip",
29+
"linux-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/veinc.compiler.linux-arm64.zip"
3030
},
3131
"definition": [
3232
{

workloads/runtime/vein.runtime.vproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: vein.runtime
2-
version: '0.30.3'
2+
version: '0.30.4'
33
author:
44
- name: Yuuki Wesp
55
github: '0xF6'

workloads/runtime/workload.manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vein.runtime",
3-
"version": "0.30.3",
3+
"version": "0.30.4",
44
"workloads": {
55
"vein-compiler": {
66
"name": "vein-runtime",
@@ -20,9 +20,9 @@
2020
"name": "vein-runtime-package",
2121
"kind": "tool",
2222
"aliases": {
23-
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/vein.runtime.win-x64.zip",
24-
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/vein.runtime.linux-x64.zip",
25-
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.3/vein.runtime.osx-arm64.zip"
23+
"win-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.win-x64.zip",
24+
"linux-x64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.linux-x64.zip",
25+
"osx-arm64": "https://github.com/vein-lang/vein/releases/download/v0.30.4/vein.runtime.osx-arm64.zip"
2626
},
2727
"definition": [
2828
{

0 commit comments

Comments
 (0)