Skip to content

Commit 286dff5

Browse files
committed
update to v1.5.1
1 parent dff09c0 commit 286dff5

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "At.js",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"main": [
55
"dist/js/jquery.atwho.js",
66
"dist/css/jquery.atwho.css"

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "At.js",
33
"repo": "ichord/At.js",
44
"description": "Add Github like mentions autocomplete to your application.",
5-
"version": "1.5.0",
5+
"version": "1.5.1",
66
"demo": "http://ichord.github.com/At.js",
77
"dependencies": {
88
"ichord/Caret.js": "~0.2.2",

dist/js/jquery.atwho.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* at.js - 1.5.0
2+
* at.js - 1.5.1
33
* Copyright (c) 2016 chord.luo <chord.luo@gmail.com>;
44
* Homepage: http://ichord.github.com/At.js
55
* License: MIT

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gulp.task('umd', function() {
4343

4444
gulp.task('bump', function() {
4545
gulp.src(['bower.json', 'component.json', 'package.json'])
46-
.pipe(bump({version: "1.5.0"}))
46+
.pipe(bump({version: "1.5.1"}))
4747
.pipe(gulp.dest('./'));
4848
});
4949

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"homepage": "http://ichord.github.com/At.js",
99
"license": "MIT",
10-
"version": "1.5.0",
10+
"version": "1.5.1",
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/ichord/At.js"

0 commit comments

Comments
 (0)