Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
Bumped to v1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
burgil committed Oct 16, 2024
1 parent d4d1189 commit 6441e9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ We appreciate your contributions and look forward to hearing from you!
- Dev Plugins Ecosystem
- Server integrations out of the box + Auto CORS setup + LLM Demo

### Version 1.2.5 - Additional README Polish

- **README Refinements**: Implemented additional polish to the README, ensuring clarity and concision in its content.

### Version 1.2.4 - Typo Fixes and README Polish

- **Corrected Typos**: Identified and corrected minor typographical errors throughout the README to maintain a professional tone and presentation.
Expand Down
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import process from 'node:process';
// Variables:
let CleanProject = true;
let projectName = 'example-project';
const supeVersion = '1.2.4';
const supeVersion = '1.2.5';
const supeVersionDate = '16/10/2024';

// Parse command line arguments
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@supeprojects/supe-project-creator",
"version": "1.2.4",
"version": "1.2.5",
"exports": "./index.ts",
"license": "MIT"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "supe-project-creator",
"version": "1.2.4",
"version": "1.2.5",
"license": "MIT",
"module": "index.ts",
"type": "module",
Expand Down

0 comments on commit 6441e9d

Please sign in to comment.