From d1aaf323339970b7d51377c8068a87d272a6231e Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Wed, 15 May 2024 14:39:39 +0200 Subject: [PATCH] chg: [src] wrong repo in mix.exs --- mix.exs | 4 ++-- native/ex_poppy/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index fe63c9f..f817d05 100644 --- a/mix.exs +++ b/mix.exs @@ -1,8 +1,8 @@ defmodule ExPoppy.MixProject do use Mix.Project - @version "0.1.16" - @repo_url "https://github.com/gallypette/ex_poppy" + @version "0.1.4" + @repo_url "https://github.com/hashlookup/ex_poppy" def project do [ diff --git a/native/ex_poppy/Cargo.toml b/native/ex_poppy/Cargo.toml index 849f819..f6222f3 100644 --- a/native/ex_poppy/Cargo.toml +++ b/native/ex_poppy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ex_poppy" -version = "0.1.8" +version = "0.1.4" authors = [] edition = "2021"