Skip to content

Commit

Permalink
Update version number (to 0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
macie committed Oct 28, 2018
1 parent 3ff0914 commit 83fde61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/usage-browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Example of Smallstache usage</title>
<script src="https://cdn.jsdelivr.net/npm/smallstache@0.4.6/dist/smallstache.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/smallstache@0.5.0/dist/smallstache.min.js"></script>
</head>
<body>
<h1><a href="https://github.com/macie/smallstache">Smallstache.js</a></h1>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smallstache",
"version": "0.4.6",
"version": "0.5.0",
"description": "Lightweight template engine similar to Mustache/Handlebars.",
"keywords": [
"smallstache",
Expand Down

0 comments on commit 83fde61

Please # to comment.