Skip to content

Commit

Permalink
Update version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jf990 committed Aug 14, 2020
1 parent 48d0fcc commit 4667e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demos/webpack-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webpack-demo",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"esri-map-view": "^0.3.3"
"esri-map-view": "^0.3.4"
},
"devDependencies": {
"@stencil/webpack": "0.0.6",
Expand Down
2 changes: 1 addition & 1 deletion demos/www-demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Esri map view component pure HTML demo</title>

<script src='https://unpkg.com/[email protected].3/dist/esri-map-view.js'></script>
<script src='https://unpkg.com/[email protected].4/dist/esri-map-view.js'></script>
<style>
html, body {
height: 100%;
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": "esri-map-view",
"version": "0.3.3",
"version": "0.3.4",
"description": "Display an Esri map view as a web component.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit 4667e8b

Please sign in to comment.