Skip to content

Commit

Permalink
docs: move to next release 1.4.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Feb 11, 2025
1 parent 17610ee commit 55863cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
| Date | Release | info
|--------------|----------------| ---
| Feb 04, 2025 | `1.3.1` | official release
| Feb 11, 2025 | `1.4.0-beta1` | official release


## Samples
Expand Down Expand Up @@ -77,7 +77,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core</artifactId>
<version>1.3.1</version>
<version>1.4.0-beta1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
| Date | Release | info
|--------------|----------------| ---
| Feb 04, 2025 | `1.3.1` | official release
| Feb 11, 2025 | `1.4.0-beta1` | official release


## Quick Start
Expand All @@ -76,7 +76,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-core</artifactId>
<version>1.3.1</version>
<version>1.4.0-beta1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions studio/base/src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ An **embed playground webapp** that runs a Langgraph4j workflow in visual way.
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-studio-jetty</artifactId>
<version>1.3.1</version>
<version>1.4.0-beta1</version>
</dependency>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ public static void main(String[] args) throws Exception {
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-studio-springboot</artifactId>
<version>1.3.1</version>
<version>1.4.0-beta1</version>
</dependency>
```

Expand Down

0 comments on commit 55863cd

Please sign in to comment.