Skip to content

Commit

Permalink
Publish guide for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Jan 3, 2024
1 parent 105576d commit d2cc34c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<h1>Micronaut Newrelic Library</h1>
<div class="details">
<span id="author" class="author">Vladimir Orany</span><br>
<span id="revnumber">version 2.0.0-</span>
<span id="revnumber">version 2.0.1</span>
</div>
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
Expand Down Expand Up @@ -144,7 +144,7 @@ <h3 id="_default_implementation"><a class="anchor" href="#_default_implementatio

dependencies {
// standard Micronaut dependencies
implementation 'com.agorapulse:micronaut-newrelic:2.0.0-'
implementation 'com.agorapulse:micronaut-newrelic:2.0.1'
}</code></pre>
</div>
</div>
Expand All @@ -163,11 +163,11 @@ <h3 id="_http_client"><a class="anchor" href="#_http_client"></a>2.2. HTTP Clien

dependencies {
// standard Micronaut dependencies
implementation 'com.agorapulse:micronaut-newrelic:2.0.0-'
implementation 'com.agorapulse:micronaut-newrelic:2.0.1'
implementation 'io.micronaut:micronaut-http-client'

// for reporting Micronaut URL from controllers
implementation 'com.agorapulse:micronaut-newrelic-http:2.0.0-'
implementation 'com.agorapulse:micronaut-newrelic-http:2.0.1'
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -215,11 +215,11 @@ <h3 id="_newrelic_library"><a class="anchor" href="#_newrelic_library"></a>2.3.

dependencies {
// standard Micronaut dependencies
implementation 'com.agorapulse:micronaut-newrelic:2.0.0-'
implementation 'com.agorapulse:micronaut-newrelic:2.0.1'
implementation 'com.newrelic.agent.java:newrelic-api:4.9.0'

// for reporting Micronaut URL from controllers
implementation 'com.agorapulse:micronaut-newrelic-http:2.0.0-'
implementation 'com.agorapulse:micronaut-newrelic-http:2.0.1'
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -278,8 +278,8 @@ <h2 id="_links"><a class="anchor" href="#_links"></a>4. Links</h2>
</div>
<div id="footer">
<div id="footer-text">
Version 2.0.0-<br>
Last updated 2023-12-18 09:46:35 UTC
Version 2.0.1<br>
Last updated 2024-01-03 13:02:38 UTC
</div>
</div>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
Expand Down

0 comments on commit d2cc34c

Please sign in to comment.