Skip to content

Commit eb462a2

Browse files
authored
Fix version mismatch (#1)
1 parent c1b73c9 commit eb462a2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 1.0.1 (April 07, 2023)
2+
3+
* Fix version mismatch

component.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"title": "Podio",
3-
"desctiprion": "Podio",
3+
"description": "Podio",
4+
"version": "1.0.1",
45
"credentials": {
56
"fields":{
67
"oauth":{

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "podio-component",
3-
"version": "1.0.0",
43
"description": "Podio API integration component template for elastic.io platform",
54
"main": "index.js",
65
"scripts": {

0 commit comments

Comments
 (0)