diff --git a/build.sbt b/build.sbt index 0284a30..527bf65 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ organization := "com.github.rubyu" name := "wok" -version := "0.0.0" +version := "0.1.0" scalaVersion := "2.10.4" diff --git a/readme.markdown b/readme.markdown new file mode 100644 index 0000000..f52777f --- /dev/null +++ b/readme.markdown @@ -0,0 +1,2 @@ +# WOK +is a text processing tool inspired by AWK. It is @rubyu's holiday homework, summer 2014.