Skip to content

Commit

Permalink
fix version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed Jan 31, 2023
1 parent ee3fcaf commit b54402e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion drivers/sqlite.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as sqlite_native from 'https://deno.land/x/sqlite_native@v1.0.5/mod.ts'
import * as sqlite_native from 'https://deno.land/x/sqlite_native@1.0.5/mod.ts'
import type { OptionalOnEmpty } from '../src/util.ts'
import { Vars, type SchemaGeneric } from '../src/schema.ts'
import { ModelBase, WithStaticSchema } from '../src/model.ts'
Expand Down

0 comments on commit b54402e

Please sign in to comment.