Skip to content

Commit

Permalink
chore: bump version to v1.1.2-dev
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <[email protected]>
  • Loading branch information
fabriziosestito committed May 15, 2024
1 parent de9a055 commit 43835ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Rhai.MixProject do
use Mix.Project

@version "1.1.1"
@version "1.1.2-dev"

def project do
[
Expand Down Expand Up @@ -76,5 +76,3 @@ defmodule Rhai.MixProject do
]
end
end


2 changes: 1 addition & 1 deletion native/rhai_rustler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/rhai_rustler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai_rustler"
version = "1.1.1"
version = "1.1.2-dev"
authors = ["Fabrizio Sestito <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 43835ba

Please sign in to comment.