Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yeikos committed Aug 4, 2013
1 parent 22220b2 commit b21b8c0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JavaScript/NodeJS Merge v1.1.1
JavaScript/NodeJS Merge v1.1.2
==================================================

What is it?
Expand Down Expand Up @@ -29,7 +29,7 @@ Example from NodeJS
Example from JavaScript browser
--------------------------

<script src="http://yeikos.googlecode.com/files/merge.js"></script>
<script src="http://files.yeikos.com/merge.js"></script>

<script>
Expand Down
2 changes: 1 addition & 1 deletion merge.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @name JavaScript/NodeJS Merge v1.1.1
* @name JavaScript/NodeJS Merge v1.1.2
* @author yeikos
* @repository https://github.com/yeikos/js.merge
Expand Down
2 changes: 1 addition & 1 deletion merge.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{

"name": "merge",
"version": "1.1.1",
"version": "1.1.2",
"author": "yeikos (http://www.yeikos.com)",
"description": "JavaScript/NodeJS Merge is a tool to merge multiple objects into one object, with the possibility of create a new object cloned. His operation is very similar to the jQuery.extend function but more flexible.",
"main": "merge.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>JavaScript/NodeJS Merge v1.1.1</title>
<title>JavaScript/NodeJS Merge v1.1.2</title>

<link rel="stylesheet" href="qunit/qunit.css" />

Expand Down

0 comments on commit b21b8c0

Please sign in to comment.