Skip to content

Commit 6cd488a

Browse files
committed
Bump Appose version to 0.10.0
1 parent c71d257 commit 6cd488a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'Appose'
1010
copyright = '2024, Appose Contributors'
1111
author = 'Appose Contributors'
12-
release = '0.3.0'
12+
release = '0.10.0'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/getting-started.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Installation
5353
<dependency>
5454
<groupId>org.apposed</groupId>
5555
<artifactId>appose</artifactId>
56-
<version>0.3.0</version>
56+
<version>0.10.0</version>
5757
</dependency>
5858
</dependencies>
5959
@@ -67,7 +67,7 @@ Installation
6767
mavenCentral()
6868
}
6969
dependencies {
70-
implementation("org.apposed:appose:0.3.0")
70+
implementation("org.apposed:appose:0.10.0")
7171
}
7272
7373
**JAR Files**
@@ -179,8 +179,8 @@ Let's create a simple program that demonstrates Appose's basic functionality.
179179

180180
.. code-block:: bash
181181
182-
javac -cp "appose-0.3.0.jar:dependency/*" HelloAppose.java
183-
java -cp ".:appose-0.3.0.jar:dependency/*" HelloAppose
182+
javac -cp "appose-0.10.0.jar:dependency/*" HelloAppose.java
183+
java -cp ".:appose-0.10.0.jar:dependency/*" HelloAppose
184184
185185
Understanding the Code
186186
-----------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "appose"
3-
version = "0.3.0"
3+
version = "0.10.0"
44
description = "Appose - interprocess cooperation with shared memory"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)