Skip to content

Commit

Permalink
Release v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 15, 2019
1 parent 8b1da1e commit 2f9d076
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(CPEditor LANGUAGES CXX VERSION 3.0.0)
project(CPEditor LANGUAGES CXX VERSION 3.1.0)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

<img src=https://i.imgur.com/31n9t8i.png height="80" width="80">

CP Editor is a Native Qt based code editor writter in C++. It make you only focus on your code and automates the compilation, executing and testing.

CP Editor is a Native Qt based code editor writter in C++. It make you only focus on your code and automates the compilation, executing and testing. It even fetches testcases for you from web!

### Screenshots
<img src=https://i.imgur.com/NoZscV9.png width="85%">
<img src=https://i.imgur.com/BSQ7d0K.jpg width="85%">

### Installation

Expand Down
2 changes: 1 addition & 1 deletion win-setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "CP Editor"
#define MyAppVersion "3.0.0"
#define MyAppVersion "3.1.0"
#define MyAppPublisher "Ashar Khan <coder3101>"
#define MyAppURL "https://github.com/coder3101/cp-editor2"
#define MyAppExeName "CPEditor.exe"
Expand Down

0 comments on commit 2f9d076

Please sign in to comment.