Skip to content

Commit

Permalink
Bump version to 1.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Aug 8, 2018
1 parent f5aec02 commit aaeb560
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-extension-realtime-logs",
"version": "1.3.2",
"version": "1.3.3",
"description": "Access real-time webtask logs",
"scripts": {
"deploy": "wt create ./build/bundle.js --name logs --no-parse --no-merge"
Expand Down
4 changes: 2 additions & 2 deletions webtask.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Real-time Webtask Logs",
"name": "auth0-extension-realtime-logs",
"version": "1.3.2",
"preVersion": "1.3.2",
"version": "1.3.3",
"preVersion": "1.3.3",
"author": "Auth0, Inc",
"description": "Access real-time webtask logs",
"type": "application",
Expand Down

0 comments on commit aaeb560

Please sign in to comment.