Skip to content

Commit

Permalink
Version 3.0.3 with changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Jul 11, 2013
1 parent bf13953 commit bd6c641
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 40 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## unreleased
## 3.0.3 (10 July 2013)

- Updated to jQuery 1.10.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ minor version bump = minor-level updates to jquery
major version bump = major-level updates to jquery and updates to rails which may be backwards-incompatible
```

See VERSIONS.md to see which versions of jquery-rails bundle which
See [VERSIONS.md](VERSIONS.md) to see which versions of jquery-rails bundle which
versions of jQuery.

## Installation
Expand Down
76 changes: 39 additions & 37 deletions VERSIONS.md
@@ -1,39 +1,41 @@
# Bundled Versions

| Gem | jQuery | jQuery UI |
|-----|--------|-----------|
| 3.0.1 | 1.10.1 | - |
| 3.0.0 || - |
| 2.3.0 | 1.10.0 | 1.10.3 |
| 2.2.2 |||
| 2.2.1 | 1.9.1 ||
| 2.2.0 | 1.9.0 ||
| 2.1.4 | 1.8.3 | 1.9.2 |
| 2.1.3 | 1.8.2 ||
| 2.1.2 | 1.8.1 ||
| 2.1.1 |||
| 2.1.0 | 1.8.0 | 1.8.23 |
| 2.0.3 |||
| 2.0.2 | 1.7.2 | 1.8.18 |
| 2.0.1 |||
| 2.0.0 |||
| 1.0.19 | 1.7.1 ||
| 1.0.18 |||
| 1.0.17 | 1.7.0 ||
| 1.0.16 | 1.6.4 | 1.8.16 |
| 1.0.15 |||
| 1.0.14 |||
| 1.0.13 | 1.6.2 | 1.8.14 |
| 1.0.12 |||
| 1.0.11 |||
| 1.0.10 |||
| 1.0.9 |||
| 1.0.8 |||
| 1.0.7 |||
| 1.0.6 |||
| 1.0.5 |||
| 1.0.4 |||
| 1.0.3 | 1.6.1 ||
| 1.0.2 |||
| 1.0.1 || 1.8.12 |
| 1.0.0 | 1.6.0 | - |
| Gem | jQuery | jQuery UI |
|--------|--------|-----------|
| 3.0.3 | 1.10.2 | - |
| 3.0.2 || - |
| 3.0.1 | 1.10.1 | - |
| 3.0.0 || - |
| 2.3.0 | 1.10.0 | 1.10.3 |
| 2.2.2 |||
| 2.2.1 | 1.9.1 ||
| 2.2.0 | 1.9.0 ||
| 2.1.4 | 1.8.3 | 1.9.2 |
| 2.1.3 | 1.8.2 ||
| 2.1.2 | 1.8.1 ||
| 2.1.1 |||
| 2.1.0 | 1.8.0 | 1.8.23 |
| 2.0.3 |||
| 2.0.2 | 1.7.2 | 1.8.18 |
| 2.0.1 |||
| 2.0.0 |||
| 1.0.19 | 1.7.1 ||
| 1.0.18 |||
| 1.0.17 | 1.7.0 ||
| 1.0.16 | 1.6.4 | 1.8.16 |
| 1.0.15 |||
| 1.0.14 |||
| 1.0.13 | 1.6.2 | 1.8.14 |
| 1.0.12 |||
| 1.0.11 |||
| 1.0.10 |||
| 1.0.9 |||
| 1.0.8 |||
| 1.0.7 |||
| 1.0.6 |||
| 1.0.5 |||
| 1.0.4 |||
| 1.0.3 | 1.6.1 ||
| 1.0.2 |||
| 1.0.1 || 1.8.12 |
| 1.0.0 | 1.6.0 | - |
2 changes: 1 addition & 1 deletion lib/jquery/rails/version.rb
@@ -1,6 +1,6 @@
module Jquery
module Rails
VERSION = "3.0.2"
VERSION = "3.0.3"
JQUERY_VERSION = "1.10.2"
JQUERY_UJS_VERSION = "e9e8b8fd3abb1571781bca7640e5c0c4d9cea2e3"
end
Expand Down

0 comments on commit bd6c641

Please sign in to comment.