Skip to content

Commit a84ef07

Browse files
committed
Bump version to 0.1.3
1 parent f9d2650 commit a84ef07

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

CppMode.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name=C++ Mode
2-
category=Other
3-
authors=[Jose Gonzalez Llamas](https://github.com/pepc84)
1+
name=c++ mode
2+
category=other
3+
authors=[jose gonzalez llamas](https://github.com/pepc84)
44
url=https://github.com/processing-cpp/processing.cpp
5-
sentence=Write and run Processing sketches in C++.
6-
paragraph=C++ Mode lets you write sketches using the familiar Processing API — size(), ellipse(), mouseX, draw() — but compiled to a native binary via g++. Runs on Linux and Windows (via MSYS2). Requires g++ and OpenGL (GLFW + GLEW).
7-
version=2
8-
prettyVersion=0.1.2
9-
minRevision=1293
10-
maxRevision=0
5+
sentence=write and run processing sketches in c++.
6+
paragraph=c++ mode lets you write sketches using the familiar processing api — size(), ellipse(), mousex, draw() — but compiled to a native binary via g++. runs on linux and windows (via msys2). requires g++ and opengl (glfw + glew).
7+
version=3
8+
prettyversion=0.1.3
9+
minrevision=1293
10+
maxrevision=0

mode.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors=[Jose Gonzalez Llamas](https://github.com/pepc84)
44
url=https://github.com/processing-cpp/processing.cpp
55
sentence=Write and run Processing sketches in C++.
66
paragraph=C++ Mode lets you write sketches using the familiar Processing API — size(), ellipse(), mouseX, draw() — but compiled to a native binary via g++. Runs on Linux, macOS, and Windows (via MSYS2). Requires g++ and OpenGL (GLFW + GLEW).
7-
version=1
8-
prettyVersion=0.1.0
7+
version=3
8+
prettyVersion=0.1.3
99
minRevision=1280
1010
maxRevision=0

0 commit comments

Comments
 (0)