Skip to content

Commit

Permalink
Incr version number (#17)
Browse files Browse the repository at this point in the history
* Incr version number

* Looks like we've lost safari 6.2 support as well
  • Loading branch information
sHesl committed Nov 13, 2018
1 parent 43b37f2 commit 3a44978
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ravelinjs",
"version": "0.0.9",
"version": "0.0.10",
"description": "Ravelin Client-side Card Encryption Library.",
"main": "ravelin.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions test/crossbrowser.conf.js
Expand Up @@ -58,13 +58,13 @@ exports.config = Object.assign(base, {
// version: '10',
// platform: 'Mac OSX 10.12',
// },
{
build: 'ravelinjs 1.0',
name: 'osx safari6',
browserName: 'Safari',
version: '6.2',
platform: 'Mac OSX 10.8',
},
// {
// build: 'ravelinjs 1.0',
// name: 'osx safari6',
// browserName: 'Safari',
// version: '6.2',
// platform: 'Mac OSX 10.8',
// },
// Firefox.
{
build: 'ravelinjs 1.0',
Expand Down

0 comments on commit 3a44978

Please sign in to comment.