Skip to content

Commit

Permalink
Update release version in CFF
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Sep 30, 2024
1 parent 687b76f commit 3cb210d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cff-version: 1.2.0
title: gMark
version: 1.2
date-released: 2023-07-05
version: 1.3
date-released: 2024-09-30
message: "If you use this software, please cite it using the metadata from this file."
type: software
authors:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies{
```

## Query Language API
Most of the query language API is accessible directly via the CPQ and RPQ classes. For example, queries can be constructed using:
Most of the query language API is accessible directly via the [CPQ](https://gmark.docs.roanh.dev/dev/roanh/gmark/lang/cpq/CPQ.html) and [RPQ](https://gmark.docs.roanh.dev/dev/roanh/gmark/lang/rpq/RPQ.html) classes. For example, queries can be constructed using:

```java
Predicate a = new Predicate(0, "a");
Expand Down

0 comments on commit 3cb210d

Please sign in to comment.