From 3ac8dde779d0cb31856b068b4c4857b413a82e66 Mon Sep 17 00:00:00 2001 From: SquidDev Date: Mon, 9 Jul 2018 21:02:20 +0100 Subject: [PATCH] Bump version --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfd8b9011..8bf6d0ad6 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## Features - Allow running multiple computers at the same time. - Websocket support in the HTTP library. - Wired modems and cables act more like multiparts. - - Add map-like rendering for pocket computers. + - Add map-like rendering for pocket computers and printed pages/books. - Adds the `/computercraft` command, offering various diagnostic tools for server owners. This allows operators to track which computers are hogging resources, turn on and shutdown multiple computers at once and interact with computers remotely. diff --git a/build.gradle b/build.gradle index ada939997..91ca9bf08 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ apply plugin: 'maven-publish' apply plugin: 'maven' -version = "1.80pr1.6" +version = "1.80pr1.7" group = "org.squiddev" archivesBaseName = "cc-tweaked"