Skip to content

Commit

Permalink
Bump semvar to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fergal Walsh authored and Fergal Walsh committed Sep 30, 2013
1 parent 89077df commit ef18e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pico/__init__.py
Expand Up @@ -6,7 +6,7 @@
"""

__author__ = 'Fergal Walsh'
__version__ = '1.2.0'
__version__ = '1.2.1'

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion pico/client.js
Expand Up @@ -2,7 +2,7 @@ if(!window.console) console = {'debug': function(x){}, 'log': function(x){}};
var pico = (function(){
var pico = {
'__author__': 'Fergal Walsh',
'__version__': '1.2.0'
'__version__': '1.2.1'
}

function contains (str, sub){
Expand Down

0 comments on commit ef18e4b

Please sign in to comment.