diff --git a/elixir/README.md b/elixir/README.md index abf1278..c53befb 100644 --- a/elixir/README.md +++ b/elixir/README.md @@ -13,7 +13,7 @@ You can find this package on [hex.pm](https://hex.pm/packages/extism). ```elixir def deps do [ - {:extism, "~> 0.0.1-rc.5"} + {:extism, "~> 0.0.1-rc.6"} ] end ``` diff --git a/elixir/mix.exs b/elixir/mix.exs index 432bda4..ca8bbbc 100644 --- a/elixir/mix.exs +++ b/elixir/mix.exs @@ -4,7 +4,7 @@ defmodule Extism.MixProject do def project do [ app: :extism, - version: "0.0.1-rc.5", + version: "0.0.1-rc.6", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(), diff --git a/elixir/native/extism_nif/Cargo.toml b/elixir/native/extism_nif/Cargo.toml index ae3b23b..e097375 100644 --- a/elixir/native/extism_nif/Cargo.toml +++ b/elixir/native/extism_nif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism_nif" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" edition = "2021" authors = ["Benjamin Eckel "] diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index a62c7b1..92176a3 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-manifest" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" diff --git a/node/package.json b/node/package.json index 8896b1c..b7a0b86 100644 --- a/node/package.json +++ b/node/package.json @@ -1,6 +1,6 @@ { "name": "@extism/extism", - "version": "0.0.1-rc.5", + "version": "0.0.1-rc.6", "description": "Extism Host SDK for Node", "keywords": [ "extism", diff --git a/python/pyproject.toml b/python/pyproject.toml index 6c4ff28..3c921fc 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extism" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" description = "" authors = ["The Extism Authors "] license = "BSD-3-Clause" diff --git a/ruby/lib/extism/version.rb b/ruby/lib/extism/version.rb index fac0f27..144eb7a 100644 --- a/ruby/lib/extism/version.rb +++ b/ruby/lib/extism/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Extism - VERSION = "0.0.1.rc4" + VERSION = "0.0.1.rc6" end diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index bdc27a1..e486a4c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-runtime" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" @@ -28,7 +28,7 @@ log4rs = "1.1" url = "2.3" glob = "0.3" ureq = {version = "2.5", optional=true} -extism-manifest = { version = "0.0.1-rc.4", path = "../manifest" } +extism-manifest = { version = "0.0.1-rc.6", path = "../manifest" } pretty-hex = { version = "0.3" } [features] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 4154d9a..afd93b3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism" -version = "0.0.1-rc.5" +version = "0.0.1-rc.6" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" @@ -10,6 +10,6 @@ repository = "https://github.com/extism/extism" description = "Extism Host SDK for Rust" [dependencies] -extism-manifest = { version = "0.0.1-rc.4", path = "../manifest" } +extism-manifest = { version = "0.0.1-rc.6", path = "../manifest" } serde_json = "1" log = "0.4" \ No newline at end of file