Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dharFr committed Nov 1, 2014
1 parent 26dfc8a commit e5662dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "badgee",
"author": ["Olivier Audard <[email protected]>"],
"version": "1.1.0",
"version": "1.2.0",
"description": "a browser console improvement",
"main": "build/badgee.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion build/badgee.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.badgee=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
(function (global){

/*! badgee v1.1.0 - MIT license */
/*! badgee v1.2.0 - MIT license */
'use strict';
var Badgee, Store, argsForBadgee, b, concatLabelToOutput, config, currentConf, e, fallback, filter, method, methods, noop, properties, redefineMethodsForAllBadges, store, styles, unformatableMethods, _defineMethods, _disable, _i, _len, _ref,
__slice = [].slice;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "badgee",
"author": "Olivier Audard <[email protected]>",
"version": "1.1.0",
"version": "1.2.0",
"description": "a browser console improvement",
"main": "build/badgee.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/badgee.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
###! badgee v1.1.0 - MIT license ###
###! badgee v1.2.0 - MIT license ###
'use strict'

# For the record, every single console methods and properties
Expand Down

0 comments on commit e5662dd

Please sign in to comment.