From 1f435300b3f72e71c8caf938078309de282eae69 Mon Sep 17 00:00:00 2001 From: Josh Stoik Date: Thu, 9 Jan 2025 13:07:01 -0800 Subject: [PATCH] bump: 0.12.0 --- refract/Cargo.toml | 2 +- refract_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/refract/Cargo.toml b/refract/Cargo.toml index c94fd7a..ed6e184 100644 --- a/refract/Cargo.toml +++ b/refract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refract" -version = "0.11.12" +version = "0.12.0" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021" diff --git a/refract_core/Cargo.toml b/refract_core/Cargo.toml index da44dc0..c1e0ce4 100644 --- a/refract_core/Cargo.toml +++ b/refract_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "refract_core" -version = "0.11.12" +version = "0.12.0" license = "WTFPL" authors = ["Josh Stoik "] edition = "2021"