Bump version.

This commit is contained in:
Stephen Chung 2020-12-30 15:17:16 +08:00
parent db5b855dea
commit fba2dd7a84
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "rhai_codegen"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["jhwgh1968"]
description = "Procedural macro support package for Rhai, a scripting language for Rust"

View File

@ -1,5 +1,5 @@
Procedural Macros for Plugins
============================
=============================
This crate holds procedural macros for code generation, supporting the plugins system
for [Rhai](https://github.com/jonathandturner/rhai).