Skip to content

Commit

Permalink
release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangxm committed Nov 21, 2012
1 parent 8c5cb1f commit e91a157
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# clj-rpc
## What's new
* version 0.3.1-SNAPSHOT
* version 0.3.1 Release
* define custom options of command.
* log error log when execute a command.
* add a command option :log to log function request and result and client ip.
Expand Down Expand Up @@ -240,7 +240,7 @@ be exported.
add to porject.clj

```clojure
[clj-rpc "0.2.9"]
[clj-rpc "0.3.1"]
```

sample code:
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject clj-rpc "0.3.1-SNAPSHOT"
(defproject clj-rpc "0.3.1"
:description "simple rpc using clojure"
:dependencies [[org.clojure/clojure "1.4.0"]
[org.clojure/tools.logging "0.2.3"]
Expand Down

0 comments on commit e91a157

Please sign in to comment.