Skip to content

Commit

Permalink
Bump to version 2.5.1
Browse files Browse the repository at this point in the history
The current state of this repo is now dubbed version 2.5.1. The patches
since last release are resolving issues with warnings with newer
versions of the Clojurescript compiler. This has been pushed to Clojars.
  • Loading branch information
frankhale committed May 11, 2014
1 parent d0ca645 commit a5351f3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ pom.xml
*jar
/lib/
/classes/
.lein-deps-sum
.lein-deps-sum
pom.xml.asc
/target/*
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.5.1

* Fixes for warnings with newer versions of the Clojurescript compiler

## 2.5.0

* Encode value in `(data x val)` using `clj->js`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for us to build exactly that.
Add the following to your `project.clj`

```clojure
[jayq "2.5.0"]
[jayq "2.5.1"]
```
Note: If you are upgrading to a major version be sure to check the
[changelog](https://github.com/ibdknox/jayq/blob/master/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(defproject jayq "2.5.0"
(defproject jayq "2.5.1"
:description "A ClojureScript wrapper for jQuery")

0 comments on commit a5351f3

Please sign in to comment.