Skip to content

Commit dfa891e

Browse files
authored
Merge pull request #13 from demartsc/chore/bump-version-1-1
Chore/bump version 1 1
2 parents 1001075 + 87bcaa4 commit dfa891e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tableau-react-annotation",
33
"description": "react-annotation in tableau",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"homepage": "https://demartsc.github.io/tableau-react-annotation",
66
"private": true,
77
"dependencies": {

public/datablick-react-annotation-local.trex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
3-
<dashboard-extension id="com.datablick.extension.react.annotation" extension-version="0.1.0">
3+
<dashboard-extension id="com.datablick.extension.react.annotation" extension-version="1.1.0">
44
<default-locale>en_US</default-locale>
55
<name resource-id="name"/>
66
<description>React Annotation in tableau</description>
77
<author name="DataBlick" email="[email protected]" organization="DataBlick" website="https://www.datablick.com"/>
8-
<min-api-version>1.1</min-api-version>
8+
<min-api-version>1.7</min-api-version>
99
<source-location>
1010
<url>http://localhost:3000</url>
1111
</source-location>

public/datablick-react-annotation.trex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest manifest-version="0.1" xmlns="http://www.tableau.com/xml/extension_manifest">
3-
<dashboard-extension id="com.datablick.extension.react.annotation" extension-version="0.1.0">
3+
<dashboard-extension id="com.datablick.extension.react.annotation" extension-version="1.1.0">
44
<default-locale>en_US</default-locale>
55
<name resource-id="name"/>
66
<description>React Annotation in tableau</description>
77
<author name="DataBlick" email="[email protected]" organization="DataBlick" website="https://www.datablick.com"/>
8-
<min-api-version>1.1</min-api-version>
8+
<min-api-version>1.7</min-api-version>
99
<source-location>
1010
<url>https://demartsc.github.io/tableau-react-annotation/</url>
1111
</source-location>

0 commit comments

Comments
 (0)