Skip to content

Commit

Permalink
Updated project.clj and readme for beta1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
levand committed Mar 16, 2012
1 parent 1fcbfa2 commit 590e8ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject domina "1.0.0-SNAPSHOT"
(defproject domina "1.0.0-beta1"
:description "A DOM manipulation library for ClojureScript inspired by JQuery"
:source-path "src/clj"
:dependencies [[org.clojure/clojure "1.3.0"]
Expand Down
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

Domina is a jQuery inspired DOM manipulation library for ClojureScript. It provides a functional, idiomatic Clojure interface to the DOM manipulation facilities provided by the Google Closure library.

**Warning**: Domina is still alpha-level software and is currently public only for testing and feedback.
**Warning**: Domina is still beta-level software. Everything *should* work, but there may still be bugs, browser incompatibility or performance issues. Please report them!

Pull requests are extremely welcome!
Pull requests are extremely welcome.

You can obtain Domina by pulling from Clojars: `[domina "1.0.0-beta1]`.

## Rationale

Expand Down Expand Up @@ -137,4 +139,4 @@ It was decided *not* to compile this functionality directly into Domina for two

See the projects [Trello page](https://trello.com/board/domina/4f1f09c9ffa52a1e570372eb)

If you'd like to participate, please just let me know and I'll add you.
If you'd like to participate, please just let me know and I'll add you.

0 comments on commit 590e8ba

Please sign in to comment.