Skip to content

Commit

Permalink
Version bump 1.0.1 -> 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
logwet committed Jan 16, 2022
1 parent e6ea75d commit 7061b05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/matrix_includes.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
[
{
"java": 16,
"os": "windows-latest",
"java": 17,
"os": "ubuntu-latest",
"run": "master"
},
{
"java": 16,
"os": "ubuntu-latest",
"run": "always"
},
{
"java": 17,
"os": "windows-latest",
"run": "master"
},
{
"java": 17,
"os": "ubuntu-latest",
"run": "master"
}
]
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.11.6

# Mod Properties
base_version = 1.0.1
base_version = 1.0.2
version_suffix =
maven_group = me.logwet.no_spawnchunks
archives_base_name = no-spawnchunks
Expand Down

0 comments on commit 7061b05

Please sign in to comment.