Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit f561bea

Browse files
authored
update version numbers for 0.0.4-PREVIEW (#44)
* update to version 0.0.4 * update docs to version 0.0.4
1 parent 9e48319 commit f561bea

File tree

294 files changed

+570
-607
lines changed

Some content is hidden

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

294 files changed

+570
-607
lines changed

README.md

+3-40
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Import the library dependencies as needed:
3838
<dependency>
3939
<groupId>com.smartthings.sdk</groupId>
4040
<artifactId>smartapp-core</artifactId>
41-
<version>0.0.1-PREVIEW</version>
41+
<version>0.0.4-PREVIEW</version>
4242
<type>pom</type>
4343
</dependency>
4444
```
@@ -49,48 +49,11 @@ Import the library dependencies as needed:
4949
<summary>Gradle Groovy DSL</summary>
5050

5151
```groovy
52-
implementation 'com.smartthings.sdk:smartapp-core:0.0.1-PREVIEW'
52+
implementation 'com.smartthings.sdk:smartapp-core:0.0.4-PREVIEW'
5353
```
5454

5555
</details>
56-
57-
<details>
58-
<summary>Gradle Kotlin DSL</summary>
59-
60-
```kotlin
61-
compile("com.smartthings.sdk:smartapp-core:0.0.1-PREVIEW")
62-
```
63-
64-
</details>
65-
66-
<details>
67-
<summary>Scala SBT</summary>
68-
69-
```scala
70-
libraryDependencies += "com.smartthings.sdk" % "smartapp-core" % "0.0.1-PREVIEW"
71-
```
72-
73-
</details>
74-
75-
<details>
76-
<summary>Apache Ivy</summary>
77-
78-
```xml
79-
<dependency org="com.smartthings.sdk" name="smartapp-core" rev="0.0.1-PREVIEW" />
80-
```
81-
82-
</details>
83-
84-
<details>
85-
<summary>Groovy Grapes</summary>
86-
87-
```groovy
88-
@Grapes(
89-
@Grab(group='com.smartthings.sdk', module='smartapp-core', version='0.0.1-PREVIEW')
90-
)
91-
```
92-
93-
</details><br>
56+
<br>
9457

9558
If you prefer, the artifacts can be downloaded directly from [Maven Central](https://search.maven.org/search?q=g:com.smarrthings.sdk).
9659

docs/smartapp-core/javadoc/allclasses-frame.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>All Classes (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/smartapp-core/javadoc/allclasses-noframe.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>All Classes (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>All Classes (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
88
<script type="text/javascript" src="script.js"></script>
99
</head>

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/Action.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Action (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>Action (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Action (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="Action (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/EventSpec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>EventSpec (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>EventSpec (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="EventSpec (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="EventSpec (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/Handler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Handler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>Handler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Handler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="Handler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/PredicateHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>PredicateHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>PredicateHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="PredicateHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="PredicateHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/RequestPreprocessor.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>RequestPreprocessor (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>RequestPreprocessor (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="RequestPreprocessor (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="RequestPreprocessor (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/Response.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>Response (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>Response (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="Response (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="Response (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/SmartApp.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>SmartApp (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>SmartApp (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="SmartApp (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="SmartApp (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/SmartAppDefinition.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>SmartAppDefinition (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>SmartAppDefinition (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="SmartAppDefinition (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="SmartAppDefinition (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/SmartAppDefinitionSpec.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>SmartAppDefinitionSpec (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>SmartAppDefinitionSpec (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="SmartAppDefinitionSpec (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="SmartAppDefinitionSpec (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/ConfigurationHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ConfigurationHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>ConfigurationHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="ConfigurationHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="ConfigurationHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/ConfirmationHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>ConfirmationHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>ConfirmationHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="ConfirmationHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="ConfirmationHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/EventHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>EventHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>EventHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="EventHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="EventHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/HttpVerificationService.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>HttpVerificationService (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>HttpVerificationService (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="HttpVerificationService (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="HttpVerificationService (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/InstallHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>InstallHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>InstallHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="InstallHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="InstallHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/KeyResolver.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>KeyResolver (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>KeyResolver (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="KeyResolver (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="KeyResolver (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/KeyResolverImpl.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>KeyResolverImpl (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>KeyResolverImpl (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="KeyResolverImpl (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="KeyResolverImpl (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

docs/smartapp-core/javadoc/com/smartthings/sdk/smartapp/core/extensions/OAuthCallbackHandler.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44
<head>
55
<!-- Generated by javadoc -->
6-
<title>OAuthCallbackHandler (smartapp-core 0.0.3-PREVIEW API)</title>
6+
<title>OAuthCallbackHandler (smartapp-core 0.0.4-PREVIEW API)</title>
77
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
88
<script type="text/javascript" src="../../../../../../script.js"></script>
99
</head>
1010
<body>
1111
<script type="text/javascript"><!--
1212
try {
1313
if (location.href.indexOf('is-external=true') == -1) {
14-
parent.document.title="OAuthCallbackHandler (smartapp-core 0.0.3-PREVIEW API)";
14+
parent.document.title="OAuthCallbackHandler (smartapp-core 0.0.4-PREVIEW API)";
1515
}
1616
}
1717
catch(err) {

0 commit comments

Comments
 (0)