Skip to content

Commit

Permalink
Prepare 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattweber committed May 24, 2013
1 parent bb29535 commit 625e8ce
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elastic.js",
"version": "1.1.0",
"version": "1.1.1",
"description": "Javascript API for ElasticSearch",
"license": "MIT",
"keywords": [
Expand Down
7 changes: 3 additions & 4 deletions dist/elastic-angular-client.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/*! elastic.js - v1.1.0 - 2013-05-17
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */
/*! elastic.js - v1.1.1 - 2013-05-24
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */

/*jshint browser:true */
/*global angular:true */
/*jshint es5:true */
'use strict';

/*
Expand Down
9 changes: 5 additions & 4 deletions dist/elastic-angular-client.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/elastic-extjs-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! elastic.js - v1.1.0 - 2013-05-17
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */
/*! elastic.js - v1.1.1 - 2013-05-24
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */

/*global Ext:true */

Expand Down
9 changes: 5 additions & 4 deletions dist/elastic-extjs-client.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/elastic-jquery-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! elastic.js - v1.1.0 - 2013-05-17
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */
/*! elastic.js - v1.1.1 - 2013-05-24
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */

/*jshint jquery:true */

Expand Down
9 changes: 5 additions & 4 deletions dist/elastic-jquery-client.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/elastic-node-client.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! elastic.js - v1.1.0 - 2013-05-17
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */
/*! elastic.js - v1.1.1 - 2013-05-24
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */

/*global require:true */

Expand Down
6 changes: 3 additions & 3 deletions dist/elastic.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! elastic.js - v1.1.0 - 2013-05-17
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */
/*! elastic.js - v1.1.1 - 2013-05-24
* https://github.com/fullscale/elastic.js
* Copyright (c) 2013 FullScale Labs, LLC; Licensed MIT */

/**
@namespace
Expand Down
12 changes: 8 additions & 4 deletions dist/elastic.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elastic.js",
"description": "Javascript API for ElasticSearch",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://github.com/fullscale/elastic.js",
"keywords": [
"elasticsearch",
Expand Down

0 comments on commit 625e8ce

Please sign in to comment.