From 8471d11d2dcff13d00a8e3e562612de63505f151 Mon Sep 17 00:00:00 2001 From: Ukpai Ugochi Date: Sun, 31 Dec 2023 17:48:43 +0100 Subject: [PATCH] bump version to 3 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d70ed9..d98a9df 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This page holds all information that is needed to setup a desktop application th ## How to Sync with Github -Peppubuild doesn't collect or store your personal information. You will notice this if you use Vision AI since you need to add your API keys at the begining of each session. While each project contains a `.peppubuild` file that stores snippet of your project so that they can be loaded successfully with Peppubuild, we don't want you to loose your project if you don't have access to your PC. For this, you can store your project on Github so that it is easily accessible from anywhere. Follow the steps below. +Peppubuild doesn't collect or store your personal information. You will notice this if you use Vision AI since you need to add your API keys at the begining of each session. While each project contains a `.peppubuild` file that stores snippet of your project so that they can be loaded successfully with Peppubuild, we don't want you to loose your project if you don't have access to your PC. For this, you can store your project on Github so that it is easily accessible from anywhere. Follow this step. !coming soon diff --git a/package.json b/package.json index 37c54ec..3b30165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "peppubuild-desktop", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "main/index.js", "scripts": {