Skip to content

Commit d012406

Browse files
committed
chore(release): bump version to 2.1.0
1 parent 0262e43 commit d012406

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloud-native-portfolio",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "A professional, high-performance static portfolio website built with HTML5, Tailwind CSS, and Vanilla JavaScript. Features comprehensive enhancements including dark/light theme toggle, toast notifications, and enhanced accessibility.",
55
"main": "index.js",
66
"directories": {

scripts/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file build.js
33
* @description Site Build Automation Engine
4-
* @version 2.0.3
4+
* @version 2.1.0
55
*
66
* Transforms templates + site-config.json into a production-ready static site.
77
*

src/scripts/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @file main.js
33
* @description Core application logic for the Cloud-Native Portfolio
4-
* @version 2.0.3
4+
* @version 2.1.0
55
*
66
* Table of Contents:
77
* 1. CORE SYSTEMS (Global UI & Infrastructure)

0 commit comments

Comments
 (0)