Skip to content

Commit 06d2184

Browse files
author
aryanpanwar10005
committed
fix: resolve broken terminal demo image in README, bump v1.2.1
1 parent 7cf4ed1 commit 06d2184

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Works With](https://img.shields.io/badge/Works%20With-Cursor%20%7C%20Windsurf%20%7C%20Copilot%20%7C%20Replit%20%7C%20Lovable%20%7C%20Bolt-purple.svg)](skill/SEO_GEO_SKILL.md)
99

1010
<p align="center">
11-
<img src="assets/demo.svg" alt="SEO & GEO Optimizer Terminal Demo" width="800">
11+
<img src="assets/preview.png" alt="SEO & GEO Optimizer Terminal Demo" width="800">
1212
</p>
1313

1414
---

bin/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const https = require('https');
2121

2222
const REPO_RAW = 'https://raw.githubusercontent.com/Aryanpanwar10005/seo-geo-optimizer/main/skill/SEO_GEO_SKILL.md';
2323
const SKILL_FILENAME = 'SEO_GEO_SKILL.md';
24-
const VERSION = '1.2.0';
24+
const VERSION = '1.2.1';
2525

2626
const IDE_TARGETS = {
2727
cursor: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seo-geo-optimizer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Universal SEO & GEO skill for AI IDEs — Google, Bing, AI Overviews, Bing Copilot, ChatGPT, Perplexity. Works with Cursor, Windsurf, GitHub Copilot, Replit, Lovable, Bolt, and any AI assistant.",
55
"bin": {
66
"seo-geo-optimizer": "./bin/install.js"

0 commit comments

Comments
 (0)