Skip to content

Commit

Permalink
docs: update with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Nov 29, 2024
1 parent 762637b commit 44fb415
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w

| Date | Release | info
|--------------|----------------| ---
| Nov 26, 2024 | `1.1.1` | official release
| Nov 26, 2024 | `1.1.2` | official release


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

Expand Down
2 changes: 1 addition & 1 deletion langchain4j/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-langchain4j</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
```
2 changes: 1 addition & 1 deletion samples/MapifyAI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-langchain4j</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.plantuml</groupId>
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scripts",
"version": "1.1.1",
"version": "1.1.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LangGraph for Java. A library for building stateful, multi-agents applications w

| Date | Release | info
|--------------|----------------| ---
| Nov 26, 2024 | `1.1.1` | official release
| Nov 26, 2024 | `1.1.2` | official release


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

Expand Down Expand Up @@ -240,7 +240,7 @@ It is available an **embed playground webapp** able to run a Langgraph4j workflo
<dependency>
<groupId>org.bsc.langgraph4j</groupId>
<artifactId>langgraph4j-studio</artifactId>
<version>1.1.1</version>
<version>1.1.2</version>
<dependency>
```

Expand Down

0 comments on commit 44fb415

Please sign in to comment.