Skip to content

Commit

Permalink
Merge pull request #189 from tejash-jl/v0.0.12
Browse files Browse the repository at this point in the history
release v0.0.12
  • Loading branch information
tejash-jl authored Dec 1, 2022
2 parents 98f17a2 + 3bd8bdc commit 6f7c0d3
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.11
RELEASE_VERSION=v0.0.12
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.11
RELEASE_VERSION = v0.0.12
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.1",
"version": "1.6.2",
"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 6f7c0d3

Please sign in to comment.