Skip to content

Commit

Permalink
Interval-metrics 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aphyr committed Oct 28, 2022
1 parent 6c696fc commit b02630b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ Commit
```
VERSION="x.x.x"
git commit -a -m "Version $VERSION"
git tag $VERSION
git tag "v$VERSION"
git push
git push --tags
```
Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "http://github.com/aphyr/tesser"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[interval-metrics "1.0.0"]]
:dependencies [[interval-metrics "1.0.1"]]
:jvm-opts ["-server"
"-Xms1024m"
"-Xmx1024m"
Expand Down

0 comments on commit b02630b

Please sign in to comment.