Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
msarca committed Aug 13, 2021
1 parent 998cc7e commit 8c559eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Just add a `script` tag before the `head` closing tag, and you are good to go!
<!-- Other resources here -->
<!-- ... -->
<!-- Assembler CSS -->
<script src="https://unpkg.com/@asmcss/assembler@0.2.0/dist/assembler.min.js"></script>
<script src="https://unpkg.com/@asmcss/assembler@0.3.0/dist/assembler.min.js"></script>
</head>
<body>
<!-- Your code here -->
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": "@asmcss/assembler",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/assembler.cjs.js",
"module": "dist/assembler.es.js",
"browser": "dist/assembler.js",
Expand Down

0 comments on commit 8c559eb

Please sign in to comment.