summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-08-05 15:56:58 +0800
committerJSDurand <mmemmew@gmail.com>2023-08-05 15:56:58 +0800
commitf4f8b84a3a95bea42c118d14697076c2de52c8bb (patch)
tree4f7a4c427a45253844f0d37ca8af38cf5a376ddb /Cargo.toml
parentbfb85bf0cd7a75b910d7125c69d5e5eae2bd51c1 (diff)
bump version: 0.1.3
* Cargo.toml * chain/Cargo.toml * grammar/Cargo.toml: Bump version. * ChangeLog: Add a short description of the bug fix introduced in this version.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8e2ffb5..399eafb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rep"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
authors = ["JSDurand <durand@jsdurand.xyz>"]
description = "Rust, Emacs, and Parsers"