Skip to content

Commit

Permalink
Incorporated fixes and feedback v2-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenrademakers committed Nov 12, 2023
1 parent bcf0d02 commit 4f54006
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tp2bmc/package/bmc-ui/bmc-ui.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmc-ui
###########################################################

BMC_UI_VERSION = main
BMC_UI_VERSION = v1.0.0
BMC_UI_SITE = $(call github,turing-machines,BMC-UI,$(BMC_UI_VERSION))
BMC_UI_LICENSE = GPL-2.0
BMC_UI_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/bmcd/bmcd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# bmcd
###########################################################

BMCD_VERSION = v2.0.1
BMCD_VERSION = v2.0.2
BMCD_SITE = $(call github,turing-machines,bmcd,$(BMCD_VERSION))
BMCD_LICENSE = Apache-2.0
BMCD_LICENSE_FILES = LICENSE
Expand Down
2 changes: 1 addition & 1 deletion tp2bmc/package/tpi/tpi.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###########################################################
# turing pi CLI
###########################################################
TPI_VERSION:= v1.0.2
TPI_VERSION:= v1.0.3
TPI_SITE = $(call github,turing-machines,tpi,$(TPI_VERSION))
TPI_LICENSE = Apache-2.0
TPI_LICENSE_FILES = LICENSE
Expand Down

0 comments on commit 4f54006

Please sign in to comment.