Skip to content

Commit

Permalink
Bump version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Feb 3, 2015
1 parent 78c396b commit f14ac86
Show file tree
Hide file tree
Showing 6 changed files with 8 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.4.0
version: 0.4.1
build date: 2015-02-03
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.

5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"name": "angular-highlightjs",
"version": "0.3.2",
"version": "0.4.1",
"description": "AngularJS directive for syntax highlighting with highlight.js.",
"main": "angular-highlightjs.js",
"main": "./build/angular-highlightjs.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example",
"with-browserify",
"plunk-source",
"Gruntfile.js",
"package.json",
Expand Down
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.4.0
version: 0.4.1
build date: 2015-02-03
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.4.0",
"version": "0.4.1",
"description": "AngularJS directive for syntax highlighting with highlight.js",
"main": "./build/angular-highlightjs.js",
"directories": {},
Expand Down

0 comments on commit f14ac86

Please sign in to comment.