Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
updated version and removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
DarpanLalani committed Dec 14, 2023
1 parent 9e10bf1 commit 2673a95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var jsonData = {
const title = document.getElementById("title");
title.insertAdjacentHTML("beforeend", jsonData.HeadingName);

console.log(jsonData);
// console.log(jsonData);
const heading = document.getElementById("heading");
heading.insertAdjacentHTML("beforeend", jsonData.HeadingName);

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blueprint-forge",
"version": "1.1.0",
"version": "1.1.1",
"description": "Blueprint Forge enables template driven approach of integrating pre-built solution templates with a seemless user experience.",
"scripts": {
"start": "c8ycli server",
Expand Down Expand Up @@ -111,7 +111,7 @@
"from": "README.md",
"to": "README.md"
}],
"version": "1.1.0"
"version": "1.1.1"
},
"cli": {}
},
Expand Down

0 comments on commit 2673a95

Please sign in to comment.