Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Apr 1, 2024
1 parent ea2eed5 commit 3300767
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To force surveyor to show and share map data globally, you can set the `shareAll

---

**Notice: Surveyor is still early in development.**
**Notice: Surveyor is still in early releases.**
- The API might break several times during 0.x
- The networking format will break several times during 0.x.
- The save format will likely break on the change to 1.x
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ if (System.getenv("MODRINTH_TOKEN")) {
versionName = baseVersion
versionType = 'release'
uploadFile = remapJar
versionType = "beta"
gameVersions = [libs.versions.mc.get()]
loaders = ['quilt', 'fabric']
detectLoaders = false
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ org.gradle.configureondemand=true
# Enable advanced multi-module optimizations (share tiny-remaper instance between projects)
fabric.loom.multiProjectOptimisation=true
# Mod Properties
baseVersion = 0.1.0-beta.36
baseVersion = 0.1.0
defaultBranch = 1.20
branch = 1.20

0 comments on commit 3300767

Please sign in to comment.