1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Bump version to 0.5.0

This commit is contained in:
Steffo 2022-08-09 03:56:16 +02:00
parent e741d41822
commit f1266d11bf
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 4 additions and 4 deletions

View file

@ -4,10 +4,10 @@
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/card-data" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/benches" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/data" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>

2
Cargo.lock generated
View file

@ -1032,7 +1032,7 @@ dependencies = [
[[package]]
name = "patched_porobot"
version = "0.4.3"
version = "0.5.0"
dependencies = [
"glob",
"itertools 0.10.3",

View file

@ -1,6 +1,6 @@
[package]
name = "patched_porobot"
version = "0.4.3"
version = "0.5.0"
authors = ["Stefano Pigozzi <me@steffo.eu>"]
edition = "2021"
description = "Legends of Runeterra card database utilities and bots"