Skip to content

Commit

Permalink
fix: typings module name
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jul 11, 2024
1 parent b808305 commit 2ef3044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.teavm) // order matters?
}

val thisVersion = "0.1.0"
val thisVersion = "0.1.1"

group = "run.slicer"
version = "$thisVersion-${libs.versions.cfr.get()}"
Expand Down
2 changes: 1 addition & 1 deletion cfr.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare module "cfr" {
declare module "@run-slicer/cfr" {
export type Options = Record<string, string>;

export interface Config {
Expand Down

0 comments on commit 2ef3044

Please sign in to comment.