Skip to content

Commit

Permalink
更新版本号到1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSoulHanxi committed Jul 11, 2020
1 parent 589aa4c commit bf7f7ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
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 {
}

group 'com.ixnah.mc'
version '1.1-SNAPSHOT'
version '1.2-SNAPSHOT'

sourceCompatibility = 1.8

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ protected void channelRead0(ChannelHandlerContext ctx, Object msg) {
}

private void handleHttpRequest(ChannelHandlerContext ctx, FullHttpRequest request) {
System.out.println(request);
// Handle a bad request.
if (!request.decoderResult().isSuccess()) {
sendResponse(request, new DefaultFullHttpResponse(HTTP_1_1, BAD_REQUEST));
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: BungeeWebsocket
version: '1.0'
version: '1.2'
main: com.ixnah.mc.ws.BungeeWebsocket
author: Hanxi

0 comments on commit bf7f7ab

Please sign in to comment.