Update bevy package version

This commit is contained in:
Piotr Siuszko 2025-01-27 18:54:26 +01:00
parent f28b04e429
commit bb85365038
2 changed files with 2 additions and 2 deletions

View File

@ -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/), 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). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [0.1.2] - 2025-01-27
### Added ### Added

View File

@ -1,7 +1,7 @@
[package] [package]
name = "bevy_rpack" name = "bevy_rpack"
description = "Bevy plugin with rpack atlas support" description = "Bevy plugin with rpack atlas support"
version = "0.1.1" version = "0.1.2"
edition = "2021" edition = "2021"
repository = "https://github.com/Leinnan/rpack.git" repository = "https://github.com/Leinnan/rpack.git"
homepage = "https://github.com/Leinnan/rpack" homepage = "https://github.com/Leinnan/rpack"