Skip to content

Commit

Permalink
Bump version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pc035860 committed Feb 3, 2015
1 parent 2c4faf0 commit f14b2c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build/angular-highlightjs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! angular-highlightjs
version: 0.3.3
version: 0.4.0
build date: 2015-02-03
author: Robin Fan
https://github.com/pc035860/angular-highlightjs.git */
Expand All @@ -10,9 +10,7 @@ if (typeof module !== "undefined" && typeof exports !== "undefined" && module.ex
}

(function (window, angular, undefined) {
/*jshint globalstrict: true*/
/*global angular*/
'use strict';

function shouldHighlightStatics(attrs) {
var should = true;
Expand Down
4 changes: 2 additions & 2 deletions 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.3.3",
"version": "0.4.0",
"description": "AngularJS directive for syntax highlighting with highlight.js",
"main": "./build/angular-highlightjs.js",
"directories": {},
Expand Down

0 comments on commit f14b2c9

Please sign in to comment.