Bump versions manually again

This commit is contained in:
Tony Garnock-Jones 2023-10-29 21:47:06 +01:00
parent eaa8963ead
commit 9d1db2d71f
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-path"
version = "4.990.0"
version = "4.990.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of preserves-path, a query language for Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-schema"
version = "3.990.3"
version = "3.990.4"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of Preserves Schema code generation and support for Rust."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-tools"
version = "3.990.0"
version = "3.990.1"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Command-line utilities for working with Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves"
version = "3.990.2"
version = "3.990.3"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of the Preserves serialization format via serde."