diff --git a/README.md b/README.md index 16f9692..2468fbd 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,11 @@ [![Build Status](https://travis-ci.org/dspearson/phlegyas.svg?branch=master)](https://travis-ci.org/dspearson/phlegyas) ```clj -[phlegyas "0.1.5-SNAPSHOT"] +[phlegyas "0.1.5"] ``` *WARNING: DRAGONS LIE AHEAD! THIS IS WOEFULLY INCOMPLETE. USE AT YOUR OWN PERIL!* -*There are major problems with this implementation currently, mostly centred around function call overhead and use of lazy sequences.* - The vast majority of the protocol-level documentation was sourced from the wonderful [Plan 9 from User Space](https://9fans.github.io/plan9port/man/man9/) project. I have copied the test resources from [droyo's styx package](https://github.com/droyo/styx/), credit due for making it available. diff --git a/project.clj b/project.clj index 44197c8..6d83549 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject phlegyas "0.1.5-SNAPSHOT" +(defproject phlegyas "0.1.5" :description "phlegyas: an implementation of 9P2000" :url "https://github.com/dspearson/phlegyas" :license {:name "ISC Licence"}