bump version to 1.5.2

This commit is contained in:
rhyneav 2018-09-08 07:21:15 -04:00
parent b0376ae112
commit a996b77b4f
2 changed files with 8 additions and 8 deletions

View file

@ -6,18 +6,18 @@ weight: -270
#### Download
Download the latest version (1.5.1) using either of the links below. Or
Download the latest version (1.5.2) using either of the links below. Or
download an older release via Github.
<div class="row flex-spaces text-center">
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.1/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.1/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.2/paper.css">CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases/download/v1.5.2/paper.min.css">Minified CSS File</a>
<a class="paper-btn margin" href="https://github.com/rhyneav/papercss/releases">Github Releases</a>
</div>
#### NPM
PaperCSS is available on NPM, current version 1.5.1. Install with <code>npm install papercss --save</code> and find the CSS in:
PaperCSS is available on NPM, current version 1.5.2. Install with <code>npm install papercss --save</code> and find the CSS in:
* node_modules/papercss/dist/paper.css
* node_modules/papercss/dist/paper.min.css
@ -27,8 +27,8 @@ PaperCSS is available on NPM, current version 1.5.1. Install with <code>npm inst
Don't want to download it? That's cool. You can just link to PaperCSS via
[unpkg's CDN](https://unpkg.com/#/). You can use either:
* [https://unpkg.com/papercss@1.5.1/dist/paper.css](https://unpkg.com/papercss@1.5.1/dist/paper.css)
* [https://unpkg.com/papercss@1.5.1/dist/paper.min.css](https://unpkg.com/papercss@1.5.1/dist/paper.min.css)
* [https://unpkg.com/papercss@1.5.2/dist/paper.css](https://unpkg.com/papercss@1.5.2/dist/paper.css)
* [https://unpkg.com/papercss@1.5.2/dist/paper.min.css](https://unpkg.com/papercss@1.5.2/dist/paper.min.css)
Here's a quck snippet to get started with PaperCSS:
@ -39,7 +39,7 @@ Here's a quck snippet to get started with PaperCSS:
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.5.1/dist/paper.min.css">
<link rel="stylesheet" href="https://unpkg.com/papercss@1.5.2/dist/paper.min.css">
<title>Document</title>
</head>
<body>

View file

@ -1,6 +1,6 @@
{
"name": "papercss",
"version": "1.5.1",
"version": "1.5.2",
"description": "The less formal CSS framework.",
"main": "index.js",
"scripts": {