We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33da1d6 commit 2118a55Copy full SHA for 2118a55
src/java/build.xml
@@ -96,7 +96,7 @@ limitations under the License.
96
<manifest>
97
<attribute name="Implementation-Vendor" value="GS1 AISBL"/>
98
<attribute name="Implementation-Title" value="GS1 Encoders Library"/>
99
- <attribute name="Implementation-Version" value="1.0.0"/>
+ <attribute name="Implementation-Version" value="1.1.0"/>
100
</manifest>
101
</jar>
102
</target>
src/js-wasm/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gs1encoder",
3
- "version": "1.0.1",
+ "version": "1.1.0",
4
"description": "Emscripten build and JavaScript wrappers for the GS1 Syntax Engine library",
5
"keywords": [
6
"digital-link",
0 commit comments