From 627f4726e5f72f0558bedfd1c24fcb69ae918a3c Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Fri, 21 Dec 2018 22:26:41 -0800 Subject: [PATCH 1/2] README.md: latest stable version is 3.2.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b87abb203..46c723ebe 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ jMonkeyEngine [![Build Status](https://travis-ci.org/jMonkeyEngine/jmonkeyengine.svg?branch=master)](https://travis-ci.org/jMonkeyEngine/jmonkeyengine) -jMonkeyEngine is a 3D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. 3.2.0 is the latest stable version of the jMonkeyEngine 3 SDK, a complete game development suite. We'll release 3.2.x updates until the major 3.3 release arrives. +jMonkeyEngine is a 3D game engine for adventurous Java developers. It’s open-source, cross-platform, and cutting-edge. 3.2.1 is the latest stable version of the jMonkeyEngine 3 SDK, a complete game development suite. We'll release 3.2.x updates until the major 3.3 release arrives. The engine is used by several commercial game studios and computer-science courses. Here's a taste: From 06d9194ddf054c3a895445f052d413087c120c88 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Sat, 22 Dec 2018 20:01:26 -0800 Subject: [PATCH 2/2] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1425467ff..6fcfbf8e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ branches: only: - master - v3.2 + - /^v3.2.*$/ matrix: include: