Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 1c6b0fa

Browse files
committed
Fix EdiZon
1 parent 2b4e362 commit 1c6b0fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/EdiZon

nxsd/components/edizon.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from pathlib import Path
55

66
COMPONENT_NAME = 'EdiZon'
7-
COMPONENT_VERSION = 'v3.1.0'
8-
COMPONENT_COMMIT_OR_TAG = 'd5e4d35'
7+
COMPONENT_VERSION = 'v3.1.0 - ReiNX Support'
8+
COMPONENT_COMMIT_OR_TAG = 'fcc4825'
99
DOCKER_IMAGE_NAME = COMPONENT_NAME.lower()+'-builder'
1010

1111

0 commit comments

Comments
 (0)