Skip to content

Commit 5dd80b9

Browse files
committed
v0.9.81 build - minor bugfixes.
1 parent daeb5bd commit 5dd80b9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013-2016 SPACE10
3+
Copyright (c) 2013-2018 SPACE10
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conversational-form",
3-
"version": "0.9.80",
3+
"version": "0.9.81",
44
"authors": [
55
{
66
"name" : "Daniel Friis",

dist/conversational-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5437,7 +5437,7 @@ var cf;
54375437
(function (cf_1) {
54385438
var ConversationalForm = /** @class */ (function () {
54395439
function ConversationalForm(options) {
5440-
this.version = "0.9.80";
5440+
this.version = "0.9.81";
54415441
this.cdnPath = "https://cdn.jsdelivr.net/gh/space10-community/conversational-form@{version}/dist/";
54425442
this.isDevelopment = false;
54435443
this.loadExternalStyleSheet = true;

dist/conversational-form.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conversational-form",
3-
"version": "0.9.80",
3+
"version": "0.9.81",
44
"description": "Turning web forms into conversations",
55
"main": "dist/conversational-form.js",
66
"directories": {

src/scripts/cf/ConversationalForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ namespace cf {
8484
}
8585

8686
export class ConversationalForm{
87-
public version: string = "0.9.80";
87+
public version: string = "0.9.81";
8888

8989
public static animationsEnabled: boolean = true;
9090
public static illustrateAppFlow: boolean = true;

0 commit comments

Comments
 (0)