Skip to content

Commit

Permalink
Update after bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
k1sul1 committed Aug 16, 2018
1 parent 9346100 commit 39b6323
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions builder/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"main.css": "static/css/main.26816cd8.css",
"main.css.map": "static/css/main.26816cd8.css.map",
"main.js": "static/js/main.bc670f6a.js",
"main.js.map": "static/js/main.bc670f6a.js.map",
"main.js": "static/js/main.318cbf65.js",
"main.js.map": "static/js/main.318cbf65.js.map",
"static/media/fa-brands-400.eot": "static/media/fa-brands-400.e8019d50.eot",
"static/media/fa-brands-400.svg": "static/media/fa-brands-400.83e6c29f.svg",
"static/media/fa-brands-400.ttf": "static/media/fa-brands-400.fdf44bc4.ttf",
Expand Down
2 changes: 1 addition & 1 deletion builder/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>WP Libre Formbuilder dev</title><script>window.wplfb={isAdmin:"0",active:"1",restURL:"https://libreformbuilder.local/wp-json/"}</script><link href="./static/css/main.26816cd8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="wplfb_buildarea"></div><script type="text/javascript" src="./static/js/main.bc670f6a.js"></script></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>WP Libre Formbuilder dev</title><script>window.wplfb={isAdmin:"0",active:"1",restURL:"https://libreformbuilder.local/wp-json/"}</script><link href="./static/css/main.26816cd8.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="wplfb_buildarea"></div><script type="text/javascript" src="./static/js/main.318cbf65.js"></script></body></html>
2 changes: 1 addition & 1 deletion builder/service-worker.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin name: WP Libre Formbuilder
* Plugin URI: https://github.com/k1sul1/wp-libre-form
* Description: Formbuilder for WP Libre Form
* Version: 1.0-alpha
* Version: 1.0.0-alpha
* Author: @k1sul1
* Author URI: https://github.com/k1sul1/
* License: GPLv2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-libre-formbuilder",
"version": "1.0-alpha",
"version": "1.0.0-alpha",
"description": "> Formbuilder addon for WP Libre Form",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 39b6323

Please sign in to comment.