Skip to content

Commit

Permalink
fix rename.sh after moving some files
Browse files Browse the repository at this point in the history
bump up to v2.02
  • Loading branch information
prudhomm committed Apr 23, 2023
1 parent fcf8898 commit d1cdd99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#
#
cmake_minimum_required(VERSION 3.21.0)
project(feelpp-project VERSION 2.0.0)
project(feelpp-project VERSION 2.0.2)
set(EXTRA_VERSION "")
set(PROJECT_SHORTNAME "fp")

Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: feelpp-project
title: Feel++ Project
version: 2.0.0
version: 2.0.2
start_page: ROOT:index.adoc
nav:
- modules/ROOT/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "feelpp-project",
"description": "The Feel++ Project documentation",
"version": "2.0.0",
"version": "2.0.2",
"license": "AGPL-3.0",
"author": "The Feel++ Project Team",
"homepage": "https://github.com/feelpp/feelpp-project#readme",
Expand Down

0 comments on commit d1cdd99

Please sign in to comment.