summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-21 16:30:25 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-21 16:30:25 +0800
commitffb6e689d28d295733b90f2b9e184205e33f19c2 (patch)
treefcdb2b298d2737eeeff4969f7e428c5b7cfd770c /Cargo.toml
parent201830e33ab5c45044e960217e0ac8803e3e134d (diff)
Bump version number to 0.1.20.1.2
I have fixed another bug and think that the version of a more stable version is worth bumping the versions for.
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 df78aac..071575e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rep"
-version = "0.1.1"
+version = "0.1.2"
edition = "2021"
authors = ["JSDurand <durand@jsdurand.xyz>"]
description = "Rust, Emacs, and Parsers"