Skip to content

Commit

Permalink
Merge branch 'release/3.1.2-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Jul 23, 2013
2 parents 7e09961 + 46a6e4b commit 59e465a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Binary file modified build/crypto-js.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions builder/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ rollups:
rabbit-legacy: [core, enc-base64, md5, evpkdf, cipher-core, rabbit-legacy]

core: [core]
x64-core: [core, x64-core]

evpkdf: [core, sha1, hmac, evpkdf]

Expand Down Expand Up @@ -116,6 +117,7 @@ exports:
rabbit-legacy: CryptoJS.RabbitLegacy

core: CryptoJS
x64-core: CryptoJS

evpkdf: CryptoJS.EvpKDF

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crypto-js",
"title": "crypto-js",
"description": "Modularized port of googlecode project crypto-js.",
"version": "3.1.2",
"version": "3.1.2-1",
"homepage": "http://github.com/evanvosberg/crypto-js",
"author": {
"name": "Evan Vosberg",
Expand Down

0 comments on commit 59e465a

Please sign in to comment.