cabal: update version to 0.3.1
[hs-java.git] / hs-java.cabal
index 0641f548700fdb2534083f0ccc319ddd88dd84a9..a0d7604fdc630fa30c633cceb306f5f5cecf4c23 100644 (file)
@@ -1,5 +1,5 @@
 Name:           hs-java
-Version:        0.3
+Version:        0.3.1
 Cabal-Version:  >= 1.6
 License:        BSD3
 License-File:   LICENSE
@@ -11,7 +11,7 @@ Build-Type:     Simple
 Description:    This package declares data types for Java .class files format and functions
                 to assemble/disassemble Java bytecode. See dump-class.hs, rebuild-class.hs,
                 TestGen.hs for examples of usage.
-Bug-reports: http://home.iportnov.ru:3000/projects/hs-java/
+Bug-reports: http://redmine.iportnov.ru/projects/hs-java/
 
 Extra-source-files: dump-class.hs
                     rebuild-class.hs