Skip to content

Commit 2a640ae

Browse files
committed
wave+ripple gui + project loading bug fixes
1 parent f4dff3f commit 2a640ae

File tree

118 files changed

+139
-137
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+139
-137
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
SET VERSION="1.0.3"
2+
SET VERSION="1.0.4"
33
SET DIR=".\build\dist\\%VERSION%\Emrick Designer"
44
SET NAME="Emrick Designer"
55
call .\gradlew.bat clean

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'org.emrick.project'
8-
version '1.0.3'
8+
version '1.0.4'
99
var jarTitle = "Emrick-Designer-$version"
1010

1111
repositories {

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.3"
13+
VERSION="1.0.4"
1414
DIR="./build/dist/$VERSION/emrick-designer"
1515
NAME="emrick-designer"
1616

build.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#echo BUILD COMPLETE
1111

1212

13-
VERSION="1.0.3"
13+
VERSION="1.0.4"
1414
DIR="./build/dist/$VERSION/Emrick Designer.app"
1515
NAME="Emrick Designer"
1616

docs/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>All Classes and Interfaces (Emrick-Designer 1.0.2 API)</title>
5+
<title>All Classes and Interfaces (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="class index">

docs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>All Packages (Emrick-Designer 1.0.2 API)</title>
5+
<title>All Packages (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="package index">

docs/constant-values.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>Constant Field Values (Emrick-Designer 1.0.2 API)</title>
5+
<title>Constant Field Values (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="summary of constants">

docs/help-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>API Help (Emrick-Designer 1.0.2 API)</title>
5+
<title>API Help (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="help">

docs/index-all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>Index (Emrick-Designer 1.0.2 API)</title>
5+
<title>Index (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="index">

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<!-- Generated by javadoc (22) -->
5-
<title>Overview (Emrick-Designer 1.0.2 API)</title>
5+
<title>Overview (Emrick-Designer 1.0.4 API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
88
<meta name="description" content="package index">
@@ -45,7 +45,7 @@
4545
</header>
4646
<main role="main">
4747
<div class="header">
48-
<h1 class="title">Emrick-Designer 1.0.2 API</h1>
48+
<h1 class="title">Emrick-Designer 1.0.4 API</h1>
4949
</div>
5050
<div id="all-packages-table">
5151
<div class="caption"><span>Packages</span></div>

0 commit comments

Comments
 (0)