Skip to content

Commit 6e42155

Browse files
committed
up doc for 3.3.0
1 parent cb4eab3 commit 6e42155

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

doc/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Jason FAQ
2-
(for Jason 3.2)
2+
(for Jason 3.2+)
33
:toc:
44
:source-highlighter: pygments
55
:pygments-style: jacamo

doc/install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Jason Installation
22

3-
1. Install link:https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html[Java 17]
3+
1. Install link:https://www.oracle.com/java/technologies/javase/jdk21-archive-downloads.html[Java 21]
44
2. Install link:https://code.visualstudio.com/download[Visual Sudio Code]
55
3. [windows] Install a terminal & shell tool like link:https://gitforwindows.org/[GitBash]
66
4. Install Jason:
@@ -21,5 +21,5 @@ sudo apt install jason-cli
2121
To test the installation, run the command `jason --version` in a terminal. The output should be as follows:
2222

2323
----
24-
Jason CLI 3.2
24+
Jason CLI 3.3.0
2525
----

doc/release-notes.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
- update doc for new Jason web site: https://jason-lang.github.io
2222

2323

24-
2524
== version 3.2 (2023-04-15)
2625

2726
The main new feature of Jason 3.2 is the Jason Command Line Interface (*JasonCLI*). This tool is created to support the creation and monitoring of Jason application independently of IDEs. More information xref:./jason-cli/readme.adoc[here].

0 commit comments

Comments
 (0)