Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schonfeld authored and carlsednaoui committed May 2, 2014
1 parent 1f8896e commit c3ddb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bounce-exchange-alternative",
"version": "0.0.4",
"version": "0.0.5",
"description": "Show some HTML before visitors leave your site.",
"main": "index.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>

<!-- Add OuiBounce JS -->
<script src="../source/ouibounce.js"></script>
<script src="../build/ouibounce.js"></script>
</head>

<body>
Expand Down

3 comments on commit c3ddb78

@jescalan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe rebase to move this commit up to the latest so the tag includes all changes?

@carlsednaoui
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Jenius Good point, let's do that on Monday — wanna make sure I don't break the internet again.

@jescalan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.