Skip to content

Commit 4bba412

Browse files
committed
1.0.1
1 parent 21dda03 commit 4bba412

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ new Vue({
5555
</template>
5656
5757
<script>
58+
// JavaScript ...
5859
</script>
5960
6061
<style>
62+
/* Style ... */
6163
</style>
6264
```
6365

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-github-buttons",
33
"description": "GitHub buttons component for Vue.",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "dist/vue-github-buttons.js",
66
"style": "dist/vue-github-buttons.css",
77
"author": "Saran Tanpituckpong <sarunta@gmail.com>",

0 commit comments

Comments
 (0)