Skip to content

Commit

Permalink
release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tejash-jl committed Dec 15, 2022
1 parent ed5cdcf commit 3b6c2b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RELEASE_VERSION=v0.0.12
RELEASE_VERSION=v0.0.13
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#SOURCES = $(wildcard java/**/*.java)
rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2))
SOURCES := $(call rwildcard,java/,*.java)
RELEASE_VERSION = v0.0.12
RELEASE_VERSION = v0.0.13
build: java/registry/target/registry.jar
echo ${SOURCES}
rm -rf java/claim/target/*.jar
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "registry-cli",
"version": "1.6.4",
"version": "1.6.5",
"description": "A CLI to setup and manage Sunbird RC registry instances",
"author": "Vedant K <https://github.com/gamemaker1>",
"keywords": ["registry-cli", "sbrc", "sb-rc", "sunbird-rc", "verifiable-credentials", "registry"],
Expand Down

0 comments on commit 3b6c2b1

Please sign in to comment.