diff --git a/xbuild/Cargo.toml b/xbuild/Cargo.toml index 9421a8e..24a7b7f 100644 --- a/xbuild/Cargo.toml +++ b/xbuild/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xbuild" -version = "0.2.0" +version = "0.2.0+traverse" edition = "2021" description = "Builds rust mobile/desktop projects." repository = "https://github.com/rust-mobile/xbuild" diff --git a/xbuild/src/download.rs b/xbuild/src/download.rs index 9de7d0b..d3f74c1 100644 --- a/xbuild/src/download.rs +++ b/xbuild/src/download.rs @@ -191,9 +191,9 @@ impl WorkItem { } impl WorkItem { - const ORG: &'static str = "rust-mobile"; + const ORG: &'static str = "Traverse-Research"; const REPO: &'static str = "xbuild"; - const VERSION: &'static str = "v0.1.0+3"; + const VERSION: &'static str = "v0.2.0+traverse"; pub fn xbuild_release(output: PathBuf, artifact: &str) -> Self { Self::github_release(output, Self::ORG, Self::REPO, Self::VERSION, artifact)