Skip to content

Commit

Permalink
Prepare for next iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Aug 7, 2024
1 parent 14a0b8e commit 1c641fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.javiertuya</groupId>
<artifactId>portable-java</artifactId>
<version>2.3.0</version>
<version>2.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<organization>
<name>Software Engineering Research Group - Universidad de Oviedo</name>
Expand Down
4 changes: 2 additions & 2 deletions net/Portable/Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>PortableCs</PackageId>
<InformationalVersion>2.3.0</InformationalVersion>
<Version>2.3.0</Version>
<InformationalVersion>2.3.1-SNAPSHOT</InformationalVersion>
<Version>2.3.1-SNAPSHOT</Version>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
Expand Down

0 comments on commit 1c641fe

Please sign in to comment.