Skip to content

Commit

Permalink
Set package version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
terryburton committed Jun 11, 2024
1 parent 33da1d6 commit 2118a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/java/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ limitations under the License.
<manifest>
<attribute name="Implementation-Vendor" value="GS1 AISBL"/>
<attribute name="Implementation-Title" value="GS1 Encoders Library"/>
<attribute name="Implementation-Version" value="1.0.0"/>
<attribute name="Implementation-Version" value="1.1.0"/>
</manifest>
</jar>
</target>
Expand Down
2 changes: 1 addition & 1 deletion src/js-wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gs1encoder",
"version": "1.0.1",
"version": "1.1.0",
"description": "Emscripten build and JavaScript wrappers for the GS1 Syntax Engine library",
"keywords": [
"digital-link",
Expand Down

0 comments on commit 2118a55

Please sign in to comment.