Skip to content

Commit d6a4ea2

Browse files
committed
Merge branch 'release-1.2'
2 parents 66753e9 + eac7bca commit d6a4ea2

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v1.1.1
2+
## 02/13/2016
3+
4+
1. [](#new)
5+
* Fix links
6+
17
# v1.1.0
28
## 02/12/2016
39

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Medium
2-
version: 1.1.0
2+
version: 1.1.1
33
description: Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.
44
icon: globe
55
author:

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grav-theme-medium",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"authors": [
55
"Matthew Blode"
66
],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grav-theme-medium",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Medium is a simple and modern blogging theme based on Medium's design language, built for Grav CMS.",
55
"main": "gulpfile.js",
66
"devDependencies": {

src/styles/app.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@
5555
@import 'partials/sidebar';
5656
@import 'partials/header';
5757
@import 'partials/plugins';
58+
59+
// Hello

0 commit comments

Comments
 (0)