Skip to content

Commit

Permalink
1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
maxanier committed Nov 7, 2021
1 parent 90b04c0 commit 79c949e
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
@@ -1,4 +1,4 @@
Vampirism Integrations for MC 1.16 - Latest branch [![](http://cf.way2muchnoise.eu/versions/For%20MC_vampirism-integrations_all.svg)](https://minecraft.curseforge.com/projects/vampirism-integrations) [![Build Status](https://travis-ci.org/TeamLapen/VampirismIntegrations.svg?branch=1.12)](https://travis-ci.org/TeamLapen/VampirismIntegrations)
Vampirism Integrations for MC 1.16 - Stable 1.6 branch [![](http://cf.way2muchnoise.eu/versions/For%20MC_vampirism-integrations_all.svg)](https://minecraft.curseforge.com/projects/vampirism-integrations) [![Build Status](https://travis-ci.org/TeamLapen/VampirismIntegrations.svg?branch=1.12)](https://travis-ci.org/TeamLapen/VampirismIntegrations)
============================================
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://maxanier.de)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public void buildConfig(ForgeConfigSpec.Builder builder) {
@Nullable
@Override
public String getAcceptedVersionRange() {
return "[1.8.0-beta.3,)";
return "[1.8.0,)";
}


Expand Down

0 comments on commit 79c949e

Please sign in to comment.