Skip to content

Commit

Permalink
up doc for 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jomifred committed Oct 16, 2024
1 parent cb4eab3 commit 6e42155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/faq.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Jason FAQ
(for Jason 3.2)
(for Jason 3.2+)
:toc:
:source-highlighter: pygments
:pygments-style: jacamo
Expand Down
4 changes: 2 additions & 2 deletions doc/install.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Jason Installation

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

----
Jason CLI 3.2
Jason CLI 3.3.0
----
1 change: 0 additions & 1 deletion doc/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
- update doc for new Jason web site: https://jason-lang.github.io



== version 3.2 (2023-04-15)

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].
Expand Down

0 comments on commit 6e42155

Please sign in to comment.