Skip to content

Commit

Permalink
Bump + add changes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Oct 7, 2024
1 parent 1793384 commit ed323c2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/charterafrica/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Charter Africa

This is the official code for https://charter.africa site
This is the official code for <https://charter.africa> site

## Getting Started

Expand All @@ -12,7 +12,7 @@ cp env.template .env.local

and modify the `.env.local` file according to your needs.

#### Note
### Note

The default `.env` file is for the publicly visible environment variables.
**DO NOT** include any secrets in it. All secrets should go into `env.local`.
Expand Down
2 changes: 1 addition & 1 deletion apps/charterafrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charterafrica",
"version": "0.1.33",
"version": "0.1.33+202410071657",
"private": true,
"author": "Code for Africa <[email protected]>",
"description": "This is the official code for https://charter.africa site",
Expand Down
2 changes: 1 addition & 1 deletion apps/codeforafrica/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cp env.template .env.local

and modify the `.env.local` file according to your needs.

#### Note
### Note

The default `.env` file is for the 'Publicly' visible environment variables.

Expand Down

0 comments on commit ed323c2

Please sign in to comment.