Skip to content

Commit 1297565

Browse files
committed
Bump version to 1.0.4
1 parent fd6bcad commit 1297565

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Steve AI - Autonomous AI Agent for Minecraft (v1.0.3)
1+
# Steve AI - Autonomous AI Agent for Minecraft (v1.0.4)
22

33
**Author:** LeaderOnePro
44
**Forked from:** [YuvDwi/Steve](https://github.com/YuvDwi/Steve)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
66
}
77

8-
version = '1.0.3'
8+
version = '1.0.4'
99
group = 'com.steve.ai'
1010

1111
base {

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ license="MIT"
44

55
[[mods]]
66
modId="steve"
7-
version="1.0.3"
7+
version="1.0.4"
88
displayName="Steve AI Mod"
99
description='''
1010
AI-controlled Steve entities that can follow natural language commands,

0 commit comments

Comments
 (0)