Bump version and update feature list

This commit is contained in:
SquidDev 2018-10-24 12:49:35 +01:00
parent 8080699030
commit 51e787f631
2 changed files with 5 additions and 3 deletions

View File

@ -28,6 +28,8 @@ ## Features
computers remotely.
- Add full-block wired modems, allowing one to wrap non-solid peripherals (such as turtles, or chests if Plethora is
installed).
- Extended binary file handles. They support file seeking, and reading new lines, allowing full (and accurate)
emulation of the standard Lua `io` library.
## Relation to CCTweaks?
This mod has nothing to do with CCTweaks, though there is no denying the name is a throwback to it. That being said,
@ -36,7 +38,7 @@ ## Relation to CCTweaks?
## Contributing
Any contribution is welcome, be that using the mod, reporting bugs or contributing code. If you do wish to contribute
code, do consider submitting it to the ComputerCraft repository instead.
code, do consider submitting it to the ComputerCraft repository first.
That being said, in order to start helping develop CC:T, you'll need to follow these steps:

View File

@ -23,7 +23,7 @@
apply plugin: 'maven-publish'
apply plugin: 'maven'
version = "1.80pr1.8"
version = "1.80pr1.9"
group = "org.squiddev"
archivesBaseName = "cc-tweaked"
@ -131,7 +131,7 @@
project {
id = '282001'
releaseType = 'beta'
changelog = ''
changelog = "Release notes can be found on the GitHub repository (https://github.com/SquidDev-CC/CC-Tweaked/releases/tag/v${project.version})."
}
}