Skip to content

Commit b5b7356

Browse files
Bump version to v0.1.2 (#15)
1 parent a4b6005 commit b5b7356

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Rhai.MixProject do
22
use Mix.Project
33

4-
@version "0.1.1"
4+
@version "0.1.2"
55

66
def project do
77
[

native/rhai_rustler/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/rhai_rustler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rhai_rustler"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Fabrizio Sestito <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)