Skip to content

Commit eb1a577

Browse files
committed
Release 2.2.3
1 parent 6ba45bd commit eb1a577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.javiertuya</groupId>
66
<artifactId>portable-java</artifactId>
7-
<version>2.2.3-SNAPSHOT</version>
7+
<version>2.2.3</version>
88
<packaging>jar</packaging>
99
<organization>
1010
<name>Software Engineering Research Group - Universidad de Oviedo</name>

net/Portable/Portable.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<OutputType>Library</OutputType>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>PortableCs</PackageId>
6-
<InformationalVersion>2.2.3-SNAPSHOT</InformationalVersion>
7-
<Version>2.2.3-SNAPSHOT</Version>
6+
<InformationalVersion>2.2.3</InformationalVersion>
7+
<Version>2.2.3</Version>
88

99
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1010
<NoWarn>CS1591</NoWarn>

0 commit comments

Comments
 (0)