Skip to content

Commit

Permalink
Release 0.1.1 🎉 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Feb 17, 2017
1 parent 9d64436 commit c933aca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"title": "Sketch Plugin Monster"
},
"identifier": "com.peachscript.pluginMonster",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Sketch plugin for managing all plugin shortcuts",
"homepage": "https://github.com/PeachScript/sketch-plugin-monster",
"authorEmail": "[email protected]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ <h2><%=plugins[i].name %></h2>
</div>
<%}%>
</script>
<script src="assets/js/Notification.js?v0.1.0"></script>
<script src="assets/js/TemplateEngine.js?v0.1.0"></script>
<script src="assets/js/ShortcutsHandler.js?v0.1.0"></script>
<script src="assets/js/common.js?v0.1.0"></script>
<script src="assets/js/Notification.js?v0.1.1"></script>
<script src="assets/js/TemplateEngine.js?v0.1.1"></script>
<script src="assets/js/ShortcutsHandler.js?v0.1.1"></script>
<script src="assets/js/common.js?v0.1.1"></script>
<script>
var globalNotice = new Notification();
var shortcutsHandler;
Expand Down

0 comments on commit c933aca

Please sign in to comment.