diff --git a/README.md b/README.md
index 11a3ead..022e331 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
> Modern framework to print correctly
+[![npm (scoped)](https://img.shields.io/npm/v/gutenberg-css.svg?style=flat-square)](https://www.npmjs.com/package/gutenberg-css)
+
# How to use
Simply include the right stylesheet(s) in your html an load it only for a printer.
@@ -23,8 +25,8 @@ Example with Gutenberg and "old style" theme :
You can also use the unpkg service as a *CDN*.
```HTML
-
-
+
+
```
diff --git a/package.json b/package.json
index e11291e..6d981db 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "gutenberg-css",
- "version": "0.3.0-beta",
+ "version": "0.3.0",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",