Skip to content

Commit 588b56a

Browse files
committed
chore: bump version to 1.0.2 and update repository URLs
1 parent b32050c commit 588b56a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ OnePagerGenerator permet d'automatiser la création de rapports "One Pager" à g
3737
## 📥 Téléchargement & Installation
3838

3939
### Version Stable
40-
Vous pouvez télécharger la dernière version stable pour macOS et Windows sur la page des [Releases](https://github.com/AlexandreEn/OnePagerGenerator/releases/latest).
40+
Vous pouvez télécharger la dernière version stable pour macOS et Windows sur la page des [Releases](https://github.com/PartooHub/OnePagerGenerator/releases/latest).
4141

4242
### Installation (Développement)
4343
```bash
4444
# Cloner le projet
45-
git clone https://github.com/AlexandreEn/OnePagerGenerator.git
45+
git clone https://github.com/PartooHub/OnePagerGenerator.git
4646
cd OnePager
4747

4848
# Installer les dépendances

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "one-pager-app",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OnePagerGenerator",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"identifier": "com.alexandre.one-pager-app",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

website/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<img src="kawaii_icon.png" alt="Logo">
235235
OnePagerGenerator
236236
</div>
237-
<a href="https://github.com/AlexandreEn/OnePagerGenerator" class="btn btn-secondary">
237+
<a href="https://github.com/PartooHub/OnePagerGenerator" class="btn btn-secondary">
238238
<i data-lucide="github"></i> GitHub
239239
</a>
240240
</nav>
@@ -245,7 +245,7 @@ <h1>Générez vos rapports <br> en un temps record.</h1>
245245
intuitive.</p>
246246
<div class="cta-group">
247247
<a href="#download" class="btn btn-primary">Télécharger l'application</a>
248-
<a href="https://github.com/AlexandreEn/OnePagerGenerator" class="btn btn-secondary">Voir le code
248+
<a href="https://github.com/PartooHub/OnePagerGenerator" class="btn btn-secondary">Voir le code
249249
source</a>
250250
</div>
251251
</section>
@@ -338,7 +338,7 @@ <h2>Prêt à booster votre productivité ?</h2>
338338
// Fetch and display download links from GitHub releases
339339
async function loadDownloadLinks() {
340340
const platformGrid = document.getElementById('platform-grid');
341-
const repoOwner = 'AlexandreEn';
341+
const repoOwner = 'PartooHub';
342342
const repoName = 'OnePagerGenerator';
343343

344344
try {

0 commit comments

Comments
 (0)