Skip to content

Commit 3990702

Browse files
committed
Bump version number for release.
1 parent 830869a commit 3990702

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
// Patternslib 2.0.14-dev
1+
// Patternslib 2.0.14
22

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"main": "bundle.js",
55
"devDependencies": {
66
"jasmine": "https://github.com/jcbrand/jasmine.git#1_3_x"

changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.0.14 - (unreleased)
3+
## 2.0.14 - Aug. 15, 2016
44

55
- A fix for pat-scroll to scroll up to current scroll container instead of body.
66
- A fix for pat-scroll to await loading of all images before determining the amount to scroll up.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "patternslib",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"title": "Markup patterns to drive behaviour.",
55
"description": "Patternslib is a JavaScript library that enables designers to build rich interactive prototypes without the need for writing any Javascript. All events are triggered by classes and other attributes in the HTML, without abusing the HTML as a programming language. Accessibility, SEO and well structured HTML are core values of Patterns.",
66
"author": {

0 commit comments

Comments
 (0)