Skip to content

Commit

Permalink
Merge branch 'release/0.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Apr 2, 2016
2 parents 4825ce9 + e089cfd commit c4d5226
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion angular-highlightjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! angular-highlightjs
version: 0.6.0
version: 0.6.1
build date: 2016-04-02
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */
Expand Down
2 changes: 1 addition & 1 deletion angular-highlightjs.min.js

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

4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-highlightjs",
"version": "0.5.1",
"version": "0.6.1",
"description": "AngularJS directive for syntax highlighting with highlight.js.",
"main": "./build/angular-highlightjs.js",
"ignore": [
Expand All @@ -16,7 +16,7 @@
"tests"
],
"dependencies": {
"angular" : ">1.0.8"
"angular" : "^1.0.1"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion build/angular-highlightjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! angular-highlightjs
version: 0.6.0
version: 0.6.1
build date: 2016-04-02
author: Chih-Hsuan Fan
https://github.com/pc035860/angular-highlightjs.git */
Expand Down
2 changes: 1 addition & 1 deletion build/angular-highlightjs.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,6 +1,6 @@
{
"name": "angular-highlightjs",
"version": "0.6.0",
"version": "0.6.1",
"description": "AngularJS directive for syntax highlighting with highlight.js",
"main": "./build/angular-highlightjs.js",
"directories": {},
Expand Down

0 comments on commit c4d5226

Please sign in to comment.