Skip to content

Commit

Permalink
Rebuild dist and update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Aug 17, 2019
1 parent 87fab3d commit 00c8763
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,6 @@ paket-files/

# JetBrains Rider
.idea/
*.sln.iml
*.sln.iml

*.tgz
2 changes: 1 addition & 1 deletion dist/elmahio.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/elmahio.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/elmahio.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/elmahio.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion elmah.io.javascript.nuspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>3.0.1</version>
<version>3.0.2</version>
<authors>elmah.io</authors>
<owners>elmah.io</owners>
<id>elmah.io.javascript</id>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "elmah.io.javascript",
"description": "elmah.io javascript logger.",
"version": "3.0.1",
"version": "3.0.2",
"repository": "https://github.com/elmahio/elmah.io.javascript",
"license": "Apache-2.0",
"main": "dist/elmahio.js",
Expand Down

0 comments on commit 00c8763

Please sign in to comment.