Skip to content

Commit 640beda

Browse files
committed
ci v0.16.1-alpha.1
1 parent 1fbb667 commit 640beda

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,12 @@ wp-data-fmt = "0.1"
229229

230230
# --- Internal: Engine ---
231231

232-
wp-engine = { git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
233-
wp-config = { package = "wp-config", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
234-
wp-lang = { package = "wp-lang", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
235-
wp_knowledge = { package = "wp-knowledge", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
236-
wp-cli-core = { package = "wp-cli-core", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
237-
wp-proj = { package = "wp-proj", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-alpha" }
232+
wp-engine = { git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
233+
wp-config = { package = "wp-config", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
234+
wp-lang = { package = "wp-lang", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
235+
wp_knowledge = { package = "wp-knowledge", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
236+
wp-cli-core = { package = "wp-cli-core", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
237+
wp-proj = { package = "wp-proj", git = "https://github.com/wp-labs/wp-motor", tag = "v1.14.1-beta" }
238238

239239
wp-connectors = { package = "wp-connectors", git = "https://github.com/wp-labs/wp-connectors", tag = "v0.7.5-beta" }
240240

dist/install-manifest-alpha.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"releases": [
33
{
4-
"version": "v0.16.1-alpha",
4+
"version": "v0.16.1-alpha.1",
55
"artifacts": {
6-
"darwin-arm64": "warp-parse-v0.16.1-alpha-aarch64-apple-darwin.tar.gz",
7-
"linux-arm64": "warp-parse-v0.16.1-alpha-aarch64-unknown-linux-gnu.tar.gz",
8-
"linux-x86_64": "warp-parse-v0.16.1-alpha-x86_64-unknown-linux-gnu.tar.gz"
6+
"darwin-arm64": "warp-parse-v0.16.1-alpha.1-aarch64-apple-darwin.tar.gz",
7+
"linux-arm64": "warp-parse-v0.16.1-alpha.1-aarch64-unknown-linux-gnu.tar.gz",
8+
"linux-x86_64": "warp-parse-v0.16.1-alpha.1-x86_64-unknown-linux-gnu.tar.gz"
99
}
1010
}
1111
]

0 commit comments

Comments
 (0)