Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
Provismet committed Oct 6, 2023
1 parent 435023b commit 21b983d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories {
Then add the following to your dependencies:
```gradle
dependencies {
modImplementation 'com.github.Provismet:VMC-MC:0.1.0'
modImplementation 'com.github.Provismet:VMC-MC:0.2.0'
}
```
Optionally, the tag may be replaced with `$(project.vmcmc_version)`, where this value is defined in your gradle.properties.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_mappings=1.20.2+build.1
loader_version=0.14.22

# Mod Properties
mod_version=0.1.1
mod_version=0.2.0
maven_group=com.provismet
archives_base_name=vmc-mc

Expand Down

0 comments on commit 21b983d

Please sign in to comment.