Skip to content

Commit 6bc0251

Browse files
Bumped version
1 parent eed9f74 commit 6bc0251

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

editor_extensions/vscode/commandcrafter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## 0.3.0
99

1010
### Added
1111

editor_extensions/vscode/commandcrafter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "git",
99
"url": "https://github.com/Papierkorb2292/CommandCrafter/tree/master/editor_extensions/vscode/commandcrafter"
1010
},
11-
"version": "0.2.0",
11+
"version": "0.3.0",
1212
"engines": {
1313
"vscode": "^1.77.0"
1414
},

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ systemProp.loom_version = 1.10-SNAPSHOT
1515
java_version = 21
1616
##########################################################################
1717
# Mod Properties
18-
mod_version = 1.21.5-0.2.1
18+
mod_version = 1.21.5-0.3.0
1919
maven_group = net.papierkorb2292
2020
archives_base_name = command-crafter
2121
##########################################################################

0 commit comments

Comments
 (0)