summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2023-07-21 11:45:16 +0800
committerJSDurand <mmemmew@gmail.com>2023-07-21 11:45:16 +0800
commitaac64480aa68dadb87cf9649c04571bf39cff29c (patch)
treefadff76fc5f30a41ff9edfb88c62b4224155f6c1 /Cargo.toml
parent081e3d2ed8d3f9b4e4d6fd864283a4230e09b25a (diff)
bump version
This bumping of version is insignificant. I just find it notable that I seem to finally obtain a version without trivial bugs. Hooray!
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 a1409fa..df78aac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rep"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
authors = ["JSDurand <durand@jsdurand.xyz>"]
description = "Rust, Emacs, and Parsers"