Skip to content

Commit

Permalink
release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
int32at committed Nov 10, 2013
1 parent c7bcf16 commit 3241396
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "log",
"version": "0.1.0",
"version": "0.1.1",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.5",
Expand Down
2 changes: 1 addition & 1 deletion testpage.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<title>Test Page</title>
<script src="dist/log-0.1.0.js" type="text/javascript"></script>
<script src="dist/log-0.1.1.js" type="text/javascript"></script>
<script src="lib/jquery.min.js" type="text/javascript"></script>
</head>
<body>
Expand Down

0 comments on commit 3241396

Please sign in to comment.