From bb853650387f6589a99d1f25a2627a9c8d34c2df Mon Sep 17 00:00:00 2001 From: Piotr Siuszko Date: Mon, 27 Jan 2025 18:54:26 +0100 Subject: [PATCH] Update bevy package version --- crates/bevy_rpack/CHANGELOG.md | 2 +- crates/bevy_rpack/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/bevy_rpack/CHANGELOG.md b/crates/bevy_rpack/CHANGELOG.md index 65ef7a9..865b9a9 100644 --- a/crates/bevy_rpack/CHANGELOG.md +++ b/crates/bevy_rpack/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.1.2] - 2025-01-27 ### Added diff --git a/crates/bevy_rpack/Cargo.toml b/crates/bevy_rpack/Cargo.toml index 7166afd..4a9b337 100644 --- a/crates/bevy_rpack/Cargo.toml +++ b/crates/bevy_rpack/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_rpack" description = "Bevy plugin with rpack atlas support" -version = "0.1.1" +version = "0.1.2" edition = "2021" repository = "https://github.com/Leinnan/rpack.git" homepage = "https://github.com/Leinnan/rpack"