Bump version.

This commit is contained in:
Stephen Chung 2021-12-12 18:10:09 +08:00
parent 5eaf85254f
commit 7251f34bce
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push:
branches:
- master
- v1.2-fixes
- v1.3-fixes
pull_request: {}
jobs:

View File

@ -3,7 +3,7 @@ members = [".", "codegen"]
[package]
name = "rhai"
version = "1.3.0"
version = "1.4.0"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
description = "Embedded scripting for Rust"