Skip to content

Commit

Permalink
docs: release v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Aug 4, 2023
1 parent ad992c3 commit a5b53cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The benefits of using `CalendarDate` are:
Instantiation:

```typescript
import { CalendarDate, D } from "https://deno.land/x/calendar_date_deno@v1.0.0/CalendarDate.ts";
import { CalendarDate, D } from "https://deno.land/x/calendar_date_deno@v1.1.0/CalendarDate.ts";

// You can construct CalendarDate instances using the included D literal helper:
const someDate = D`2023-08-15`;
Expand Down

0 comments on commit a5b53cc

Please sign in to comment.