Skip to content

Commit df61de6

Browse files
committed
Bump version to 1.1
1 parent 52858f8 commit df61de6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.dynmap</groupId>
44
<artifactId>Dynmap-WorldGuard</artifactId>
5-
<version>0.90</version>
65

76
<build>
87
<resources>
@@ -74,4 +73,5 @@
7473
<systemPath>${project.basedir}/worldedit-bukkit-7.0.0-SNAPSHOT-dist.jar</systemPath>
7574
</dependency>
7675
</dependencies>
76+
<version>1.1-alpha-1</version>
7777
</project>

src/main/java/org/dynmap/worldguard/DynmapWorldGuardPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ private void registerCustomFlags() {
415415
log.info("Error registering flag - " + x.getMessage());
416416
}
417417
if (boost_flag == null) {
418-
log.info("Custom flag '" + BOOST_FLAG + "' not registered - WGCustomFlags not found");
418+
log.info("Custom flag '" + BOOST_FLAG + "' not registered");
419419
}
420420
}
421421

0 commit comments

Comments
 (0)