Skip to content

Commit

Permalink
bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed Dec 13, 2020
1 parent 193b119 commit 97551d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ From version 2.7.0 SQLite has been added, currently its very limited support but
- [ ] Process manager (view running queries)
- [ ] Export / Import of all user accounts.
- [x] Themes
- [x] Log Console

### Databases
- [x] MySQL/MariaDB
Expand All @@ -65,9 +66,9 @@ From version 2.7.0 SQLite has been added, currently its very limited support but

## Download Binaries ![GitHub release](https://img.shields.io/github/release/garrylachman/ElectroCRUD.svg?style=for-the-badge)

* [Mac OSX](https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.4/ElectroCRUD-2.7.4.dmg)
* [Linux](https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.4/ElectroCRUD-2.7.4.AppImage)
* [Windows](https://github.com/garrylachman/ElectroCRUD/releases/download/2.7.4/ElectroCRUD.2.7.4.exe)
* [Mac OSX](https://github.com/garrylachman/ElectroCRUD/releases/download/2.8.0/ElectroCRUD-2.8.0.dmg)
* [Linux](https://github.com/garrylachman/ElectroCRUD/releases/download/2.8.0/ElectroCRUD-2.8.0.AppImage)
* [Windows](https://github.com/garrylachman/ElectroCRUD/releases/download/2.8.0/ElectroCRUD.2.8.0.exe)

## Install via Package Managers
### Homebrew/brew (Mac OS/X)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ElectroCRUD",
"version": "2.7.4",
"version": "2.8.0",
"description": "No coding is required; Create basic CRUD (Create, Read, Update, Delete) for your Database Database in minutes",
"homepage": "https://github.com/garrylachman/ElectroCRUD",
"author": {
Expand Down

0 comments on commit 97551d8

Please sign in to comment.