Bumped the version to 0.1.3
[Mograsim.git] / tests / net.mograsim.logic.core.tests / META-INF / MANIFEST.MF
1 Manifest-Version: 1.0
2 Bundle-ManifestVersion: 2
3 Bundle-Name: Logic Tests
4 Bundle-SymbolicName: net.mograsim.logic.core.tests;singleton:=true
5 Bundle-Version: 0.1.3.qualifier
6 Bundle-Vendor: Mograsim Team
7 Fragment-Host: net.mograsim.logic.core;bundle-version="0.1.3"
8 Automatic-Module-Name: net.mograsim.logic.tests
9 Bundle-RequiredExecutionEnvironment: JavaSE-11
10 Require-Bundle: org.junit.jupiter.api;bundle-version="5.4.0";visibility:=reexport,
11  org.junit.jupiter.params;bundle-version="5.4.0";visibility:=reexport,
12  org.junit;bundle-version="4.12.0"