Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjohansen committed Jul 15, 2023
1 parent b100822 commit 88e1982
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ code for the sample is [also available](https://github.com/cjohansen/sasha).
With tools.deps:

```clj
no.cjohansen/portfolio {:mvn/version "2023.07.14"}
no.cjohansen/portfolio {:mvn/version "2023.07.15"}
```

With Leiningen:

```clj
[no.cjohansen/portfolio "2023.07.14"]
[no.cjohansen/portfolio "2023.07.15"]
```

## Usage
Expand Down Expand Up @@ -211,7 +211,7 @@ Some features and fixes that are likely to be explored in the close future:

## Changelog

### 2023.07.14
### 2023.07.15

- Improved error handling in multiple places. If you encounter an uncaught
exception, report it as a bug.
Expand All @@ -220,7 +220,8 @@ Some features and fixes that are likely to be explored in the close future:
any other error
- The React adapter now supports the use of hooks directly in scene definitions.
- `tap>` components from your code or the REPL to render them in Portfolio.
- Self-host Portfolio's documentation within the tool.
- Serve browsable documentation directly inside Portfolio (there's a book icon
in the top left corner).

### 2023.05.12

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>no.cjohansen</groupId>
<artifactId>portfolio</artifactId>
<version>2023.07.14</version>
<version>2023.07.15</version>
<name>portfolio</name>
<dependencies>
<dependency>
Expand Down Expand Up @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:git://github.com/cjohansen/portfolio.git</connection>
<developerConnection>scm:git:ssh://[email protected]/cjohansen/portfolio.git</developerConnection>
<tag>v2023.07.14</tag>
<tag>v2023.07.15</tag>
<url>https://github.com/cjohansen/portfolio</url>
</scm>
</project>

0 comments on commit 88e1982

Please sign in to comment.