diff --git a/dist/txtgen.min.js b/dist/txtgen.min.js index a9ba3a8..73086d8 100644 --- a/dist/txtgen.min.js +++ b/dist/txtgen.min.js @@ -1,9 +1,9 @@ /** * txtgen - * v0.1.21 - * built: Thu, 16 Jun 2016 09:38:53 GMT - * git: git@github.com:ndaidong/txtgen.git - * author: Dong Nguyen (https://twitter.com/ndaidong) + * v0.1.30 + * built: Fri, 17 Jun 2016 09:26:07 GMT + * git: https://github.com/ndaidong/txtgen + * author: @ndaidong * License: MIT **/ ;(function(e,d){if("undefined"!==typeof module&&module.exports)module.exports=d();else{var c=window||{};c.define&&c.define.amd?c.define([],d):c.exports?c.exports=d():c[e]=d()}})("txtgen",function(){var e="alligator ant bear bee bird camel cat cheetah chicken chimpanzee cow crocodile deer dog dolphin duck eagle elephant fish fly fox frog giraffe goat goldfish hamster hippopotamus horse kangaroo kitten lion lobster monkey octopus owl panda pig puppy rabbit rat scorpion seal shark sheep snail snake spider squirrel tiger turtle wolf zebra apple apricot banana blackberry blueberry cherry cranberry currant fig grape grapefruit grapes kiwi kumquat lemon lime melon nectarine orange peach pear persimmon pineapple plum pomegranate prune raspberry strawberry tangerine watermelon".split(" "), diff --git a/package.json b/package.json index 1bb1afb..f413df6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.22", + "version": "0.1.30", "name": "txtgen", "description": "Util for generating random sentences, paragraphs and articles in English", "homepage": "http://ndaidong.github.io/txtgen",