Compare commits

...

2 Commits

Author SHA1 Message Date
Deathsbreed
274120fe6f No COPYRIGHT file. 2014-11-18 11:41:22 -06:00
Deathsbreed
60170d1ed9 Changed version. 2014-11-18 11:37:37 -06:00
2 changed files with 1 additions and 4 deletions

View File

@ -12,7 +12,7 @@ import java.lang.*;
* *
*/ */
public class Client implements Runnable { public class Client implements Runnable {
private String version = "v1.0.1"; private String version = "v1.0.2";
private Socket socket = null; private Socket socket = null;
private ClientThread cThread = null; private ClientThread cThread = null;
private DataOutputStream streamOut = null; private DataOutputStream streamOut = null;

View File

@ -9,9 +9,6 @@ import java.net.*;
* @license MIT * @license MIT
* @year 2014 * @year 2014
* *
* For details on the copyright, look at the COPYRIGHT file that came with
* this program.
*
*/ */
public class ClientThread extends Thread { public class ClientThread extends Thread {
private Socket socket = null; private Socket socket = null;