Skip to content

Commit

Permalink
Bump version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tisawesomeness committed Aug 19, 2022
1 parent 352d307 commit c7deb05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Must be installed on both client and server to work. Currently supports Fabric c

Check the [docs](https://github.com/Tisawesomeness/BetterPreview/wiki) for a list of commands and permissions.

**Minecraft Version:** 1.19
**Minecraft Version:** 1.19 - 1.19.2

## Supported Chat Plugins

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = 'com.tisawesomeness'
version = '0.0.2'
version = '0.1.0'
}

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ org.gradle.jvmargs=-Xmx1G
# check these on https://modmuss50.me/fabric.html
loader_version=0.14.0
# Mod Properties
mod_version=0.0.2
mod_version=0.1.0
maven_group=com.tisawesomeness
archives_base_name=BetterPreview
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.57.0+1.19
# Plugin versions
shadow_version=7.1.2
shadow_version=7.1.2

0 comments on commit c7deb05

Please sign in to comment.