Skip to content

Commit

Permalink
Merge pull request #14 from ElementsProject/Release-0.0.4
Browse files Browse the repository at this point in the history
Updating Release Version
  • Loading branch information
ShahanaFarooqui authored May 22, 2023
2 parents da35607 + fa339f8 commit d53e195
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/backend/dist/controllers/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SharedController {
try {
logger.info('Getting Connection Settings');
let macaroon = '';
let packageData = '{ version: "0.0.4" }';
let packageData = '{ version: "0.0.3" }';
if (fs.existsSync(APP_CONSTANTS.MACAROON_PATH)) {
logger.info('Getting REST Access Macaroon from ' + process.env.APP_CORE_LIGHTNING_REST_CERT_DIR);
macaroon = Buffer.from(fs.readFileSync(APP_CONSTANTS.MACAROON_PATH)).toString('hex');
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cln-application-backend",
"version": "0.0.4",
"version": "0.0.3",
"description": "Core lightning application backend",
"private": true,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/source/controllers/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SharedController {
try {
logger.info('Getting Connection Settings');
let macaroon = '';
let packageData = '{ version: "0.0.4" }';
let packageData = '{ version: "0.0.3" }';

if (fs.existsSync(APP_CONSTANTS.MACAROON_PATH)) {
logger.info(
Expand Down
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cln-application-frontend",
"version": "0.0.4",
"version": "0.0.3",
"description": "Core lightning application frontend",
"private": true,
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cln-application",
"version": "0.0.4",
"version": "0.0.3",
"description": "Core lightning application",
"private": true,
"license": "MIT",
Expand Down

0 comments on commit d53e195

Please sign in to comment.